From: Douglas B Rupp Date: Thu, 13 Dec 2001 11:55:26 +0000 (-0500) Subject: vms-cc.c (preprocess_args): Fix forward declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c48f792ceebf46a23ed07a682e3288af59012832;p=gcc.git vms-cc.c (preprocess_args): Fix forward declaration. * config/alpha/vms-cc.c (preprocess_args): Fix forward declaration. From-SVN: r47970 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cb7af2d3670..ee9e1c316bf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 13 06:48:38 2001 Douglas B. Rupp + + * config/alpha/vms-cc.c (preprocess_args): Fix forward + declaration. + Thu Dec 13 12:31:07 CET 2001 Jan Hubicka * predict.c (estimate_probability): Reorganize opcode heuristics. diff --git a/gcc/config/alpha/vms-cc.c b/gcc/config/alpha/vms-cc.c index a95a82eead7..a171b1c7198 100644 --- a/gcc/config/alpha/vms-cc.c +++ b/gcc/config/alpha/vms-cc.c @@ -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. */