PATCH for typos in c-lex.h
Klaus-Georg Adams
Klaus-Georg.Adams@chemie.uni-karlsruhe.de
Wed Apr 8 04:59:00 GMT 1998
I needed the appended changes to get the latest egcs to compile.
-- kga
-------------------------------------------------------------------------
Klaus-Georg Adams Email: Klaus-Georg.Adams@chemie.uni-karlsruhe.de
Institut f. Anorg. Chemie, Lehrstuhl II Tel: 49(0)721 608 3485
Universität Karlsruhe, D-76128 Karlsruhe
-------------------------------------------------------------------------
Index: c-lex.h
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/c-lex.h,v
retrieving revision 1.3
diff -u -p -u -r1.3 c-lex.h
--- c-lex.h 1998/04/07 23:47:02 1.3
+++ c-lex.h 1998/04/08 10:47:00
@@ -73,8 +73,8 @@ extern tree lastiddecl;
extern char *token_buffer; /* Pointer to token buffer. */
-extern tree make_pointer_declarator ((tree, tree));
-extern void reinit_parse_for_function ((void));
+extern tree make_pointer_declarator PROTO((tree, tree));
+extern void reinit_parse_for_function PROTO((void));
extern void position_after_whitespace PROTO((void));
extern int check_newline PROTO((void));
@@ -85,4 +85,4 @@ extern char *get_directive_line PROTO((F
extern void forget_protocol_qualifiers PROTO((void));
extern void remember_protocol_qualifiers PROTO((void));
-extern tree is_class_name PROTO((void));
+extern tree is_class_name PROTO((tree));
More information about the Gcc-bugs
mailing list