vms-cc.c (preprocess_args): Fix forward declaration.
authorDouglas B Rupp <rupp@gnat.com>
Thu, 13 Dec 2001 11:55:26 +0000 (06:55 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 13 Dec 2001 11:55:26 +0000 (06:55 -0500)
* config/alpha/vms-cc.c (preprocess_args): Fix forward
declaration.

From-SVN: r47970

gcc/ChangeLog
gcc/config/alpha/vms-cc.c

index cb7af2d3670e07e604a6f8fca85c21658021374a..ee9e1c316bf8e83ab05819064a405d1391cd4f25 100644 (file)
@@ -1,3 +1,8 @@
+Thu Dec 13 06:48:38 2001  Douglas B. Rupp  <rupp@gnat.com>
+
+       * config/alpha/vms-cc.c (preprocess_args): Fix forward
+       declaration.
+
 Thu Dec 13 12:31:07 CET 2001  Jan Hubicka  <jh@suse.cz>
 
        * predict.c (estimate_probability): Reorganize opcode heuristics.
index a95a82eead75a802ecbe3183ffdab8486d518007..a171b1c719834b86c4dc2ee629031e805251faec 100644 (file)
@@ -59,7 +59,7 @@ static void addarg PARAMS ((const char *));
 
 /* Preprocess the number of args in P_ARGC and contained in ARGV.
    Look for special flags, etc. that must be handled first. */
-static void preprocess_args PARAMS ((*, **));
+static void preprocess_args PARAMS ((int *, char **));
 
 /* Process the number of args in P_ARGC and contained in ARGV. Look
    for special flags, etc. that must be handled for the VMS compiler. */