OSDN Git Service

* toplev.c (debug_args, f_options, W_options): Mark
[pf3gnuchains/gcc-fork.git] / gcc / c-lex.h
index 4856d07..e2929f4 100644 (file)
@@ -18,8 +18,8 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-#ifndef _C_LEX_H
-#define _C_LEX_H
+#ifndef GCC_C_LEX_H
+#define GCC_C_LEX_H
 
 extern tree make_pointer_declarator PARAMS ((tree, tree));
 extern void position_after_white_space PARAMS ((void));
@@ -27,13 +27,9 @@ 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;
 extern struct cpp_reader* parse_in;
 
-#endif
+#endif /* ! GCC_C_LEX_H */