]> gcc.gnu.org Git - gcc.git/commitdiff
c-lex.h (save_and_forget_protocol_qualifiers, [...]): Remove deleted functions' proto...
authorNeil Booth <neil@daikokuya.demon.co.uk>
Wed, 16 May 2001 06:42:06 +0000 (06:42 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Wed, 16 May 2001 06:42:06 +0000 (06:42 +0000)
* c-lex.h (save_and_forget_protocol_qualifiers,
forget_protocol_qualifiers, remember_protocol_qualifiers):
Remove deleted functions' prototypes.

From-SVN: r42135

gcc/ChangeLog
gcc/c-lex.h

index 70561097d88b882660066fdf1bfcd27a69454b64..ffb5625eba289d68acfcca894bc8be2366841d95 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-16  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * c-lex.h (save_and_forget_protocol_qualifiers,
+       forget_protocol_qualifiers, remember_protocol_qualifiers):
+       Remove deleted functions' prototypes.
+
 2001-05-16  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * c-parse.in (methodtype): New production.
index 4856d076b476e638f7a51782da6baddc423b26e5..2ca4e864817c319b6196edf7ef84651ecc3e57a2 100644 (file)
@@ -27,10 +27,6 @@ extern void position_after_white_space PARAMS ((void));
 extern int c_lex PARAMS ((tree *));
 extern const char *init_c_lex PARAMS ((const char *));
 
-extern void save_and_forget_protocol_qualifiers PARAMS ((void));
-extern void forget_protocol_qualifiers PARAMS ((void));
-extern void remember_protocol_qualifiers PARAMS ((void));
-
 extern int indent_level;
 
 struct cpp_reader;
This page took 0.066869 seconds and 5 git commands to generate.