Commit c48f792c by Douglas B Rupp Committed by Richard Kenner

vms-cc.c (preprocess_args): Fix forward declaration.

	* config/alpha/vms-cc.c (preprocess_args): Fix forward
	declaration.

From-SVN: r47970
parent 0dd0e980
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.
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment