cosmetic changes
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 9 Dec 2006 07:53:53 +0000 (07:53 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 9 Dec 2006 07:53:53 +0000 (07:53 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4506 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/cpp2/sdcppmain.c

index ee8db298c7728cc73a9107c1da99590b83f0939c..48f3f006cc0c83f718b2c9178f1356acd2ffb8f4 100644 (file)
@@ -35,8 +35,6 @@
 /* True if we have seen a "fatal" error.  */
 #define CPP_FATAL_ERRORS(PFILE) (cpp_errors (PFILE) >= CPP_FATAL_LIMIT)
 
-extern void sdcpp_finish (cpp_reader *pfile);
-
 
 const char *progname;          /* Needs to be global.  */
 
@@ -207,7 +205,7 @@ do_preprocessing (cpp_reader *pfile, int argc, char **argv)
 /* Print a fatal I/O error message.  Argument are like printf.
    Also include a system error message based on `errno'.  */
 void
-fatal_io_error VPARAMS ((const char *msgid, ...))
+fatal_io_error (const char *msgid, ...)
 {
   va_list ap;