diff options
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)); |