summaryrefslogtreecommitdiff
path: root/cpp/src/icecpp/cccp.c
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2002-10-28 21:21:05 +0000
committerBenoit Foucher <benoit@zeroc.com>2002-10-28 21:21:05 +0000
commitbff5c5ca91766d17a958b878ad8fd9c6ac3ae78d (patch)
tree621d2f745c3b1c81933923f550d5d9dbfb5eba66 /cpp/src/icecpp/cccp.c
parentAdded C pre-processor. (diff)
downloadice-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.c20
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));