OSDN Git Service

* config/alpha/vms-cc.c (preprocess_args): Fix forward
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Dec 2001 11:55:26 +0000 (11:55 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Dec 2001 11:55:26 +0000 (11:55 +0000)
declaration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47970 138bc75d-0d04-0410-961f-82ee72b054a4

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

index cb7af2d..ee9e1c3 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 a95a82e..a171b1c 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. */