unix-flavored builds were b0rken
authorkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 8 Jan 2001 17:39:51 +0000 (17:39 +0000)
committerkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 8 Jan 2001 17:39:51 +0000 (17:39 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@523 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCmain.c

index b316ad1a59c9d8ed0e0377bbf304d35435d50085..c9618aefbae7cd96321b40f46c67f70d4e2967c7 100644 (file)
 // This is a bit messy because we define link ourself
 #if !defined(__BORLANDC__) && !defined(_MSC_VER)
 
-#if 0          // Wasn't this fixed already
-#define link NoLiNk
 #include <unistd.h>
-#undef link
-#endif
 
 #else
 // No unistd.h in Borland C++