When adding the return -1 to prevent warnings on some compilers, others
authorDaniel Stenberg <daniel@haxx.se>
Wed, 23 Jun 2004 06:17:17 +0000 (06:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 23 Jun 2004 06:17:17 +0000 (06:17 +0000)
commit2ed524f07ed8a42208be28c2407e104540ef01be
tree440eae4234e8b96d2eb63a5cc8471eebe9475499
parent5f1eefd03f19814ac6f71adb35b3ad0e5e08f919
When adding the return -1 to prevent warnings on some compilers, others
started complaining since it won't be reached... So I removed the call to
abort() and just return -1 instead. abort() was wrong to call anyway since
this is a library!
lib/getdate.y