This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Minor fix to config/alpha/vms-cc.c


Thu Dec 13 06:48:38 2001  Douglas B. Rupp  <rupp@gnat.com>

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

*** config/alpha/vms-cc.c	2001/11/25 11:30:17	1.1
--- config/alpha/vms-cc.c	2001/12/12 16:48:09
*************** static void addarg PARAMS ((const char *
*** 59,65 ****
  
  /* 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 ((*, **));
  
  /* 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. */
--- 59,65 ----
  
  /* 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 ((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. */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]