diff options
Diffstat (limited to 'idlc/source/preproc/tokens.c')
-rw-r--r-- | idlc/source/preproc/tokens.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/preproc/tokens.c b/idlc/source/preproc/tokens.c index 44e48a391dbe..840ae673ea81 100644 --- a/idlc/source/preproc/tokens.c +++ b/idlc/source/preproc/tokens.c @@ -2,9 +2,9 @@ * * $RCSfile: tokens.c,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jsc $ $Date: 2001-03-15 12:48:46 $ + * last change: $Author: hr $ $Date: 2003-03-26 12:11:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,7 +62,7 @@ #include <stdlib.h> #include <string.h> #include <ctype.h> -#if (defined(_WIN32) || defined(_MSDOS) || defined(__IBMC__)) && !(defined S390) +#if (defined(_WIN32) || defined(_MSDOS) || defined(__IBMC__)) #include <io.h> #else #include <unistd.h> |