cpplib typo

Richard Henderson rth@cygnus.com
Sat Oct 28 14:41:00 GMT 2000


        * cpplib.c (run_directive): Fix prototype.

Index: cpplib.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/cpplib.c,v
retrieving revision 1.208
diff -c -p -d -r1.208 cpplib.c
*** cpplib.c	2000/10/28 17:59:05	1.208
--- cpplib.c	2000/10/28 21:37:33
*************** struct directive
*** 82,88 ****
  static void skip_rest_of_line	PARAMS ((cpp_reader *));
  static void check_eol		PARAMS ((cpp_reader *));
  static void run_directive	PARAMS ((cpp_reader *, int,
! 					 const char *, unsigned int,
  					 const char *));
  static int glue_header_name	PARAMS ((cpp_reader *, cpp_token *));
  static int  parse_include	PARAMS ((cpp_reader *, cpp_token *));
--- 82,88 ----
  static void skip_rest_of_line	PARAMS ((cpp_reader *));
  static void check_eol		PARAMS ((cpp_reader *));
  static void run_directive	PARAMS ((cpp_reader *, int,
! 					 const char *, size_t,
  					 const char *));
  static int glue_header_name	PARAMS ((cpp_reader *, cpp_token *));
  static int  parse_include	PARAMS ((cpp_reader *, cpp_token *));


More information about the Gcc-patches mailing list