diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-10-28 21:21:05 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-10-28 21:21:05 +0000 |
commit | bff5c5ca91766d17a958b878ad8fd9c6ac3ae78d (patch) | |
tree | 621d2f745c3b1c81933923f550d5d9dbfb5eba66 /cpp/src/icecpp/cccp.c | |
parent | Added C pre-processor. (diff) | |
download | ice-bff5c5ca91766d17a958b878ad8fd9c6ac3ae78d.tar.bz2 ice-bff5c5ca91766d17a958b878ad8fd9c6ac3ae78d.tar.xz ice-bff5c5ca91766d17a958b878ad8fd9c6ac3ae78d.zip |
Fixes for Win32
Diffstat (limited to 'cpp/src/icecpp/cccp.c')
-rw-r--r-- | cpp/src/icecpp/cccp.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/cpp/src/icecpp/cccp.c b/cpp/src/icecpp/cccp.c index 1462ad83f12..2585eeb3e87 100644 --- a/cpp/src/icecpp/cccp.c +++ b/cpp/src/icecpp/cccp.c @@ -202,16 +202,16 @@ static void hack_vms_include_specification (); extern char *version_string; extern char *update_path PROTO((char *, char *)); -#ifndef VMS -#ifndef HAVE_STRERROR -extern int sys_nerr; -extern char *sys_errlist[]; -#else /* HAVE_STRERROR */ -char *strerror (); -#endif -#else /* VMS */ -char *strerror (int,...); -#endif +//#ifndef VMS +//#ifndef HAVE_STRERROR +//extern int sys_nerr; +//extern char *sys_errlist[]; +//#else /* HAVE_STRERROR */ +//char *strerror (); +//#endif +//#else /* VMS */ +//char *strerror (int,...); +//#endif HOST_WIDE_INT parse_escape PROTO((char **, HOST_WIDE_INT)); HOST_WIDE_INT parse_c_expression PROTO((char *, int)); |