diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 13:27:08 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 16:31:45 +0100 |
commit | ef7909c0c4364067775b329aef626b6d0bbe2ca5 (patch) | |
tree | 60ad96aa2372367ea0db8db0d879d7a3942a3a88 /idlc | |
parent | 94b6f309c6eb8cab0460fa5fae38f65a7f0b5fde (diff) |
Remove SCO support
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/preproc/include.c | 4 | ||||
-rw-r--r-- | idlc/source/preproc/macro.c | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/idlc/source/preproc/include.c b/idlc/source/preproc/include.c index 074369385..f94f3b503 100644 --- a/idlc/source/preproc/include.c +++ b/idlc/source/preproc/include.c @@ -37,10 +37,6 @@ #include <stdlib.h> #include <string.h> #include <fcntl.h> - -#ifdef SCO -#define _IBCS2 -#endif #include <limits.h> #include "cpp.h" diff --git a/idlc/source/preproc/macro.c b/idlc/source/preproc/macro.c index 693c30cdf..fcfdd4494 100644 --- a/idlc/source/preproc/macro.c +++ b/idlc/source/preproc/macro.c @@ -31,10 +31,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> - -#ifdef SCO -# define _IBCS2 -#endif #include <limits.h> #include "cpp.h" |