OSDN Git Service

* toplev.c (debug_args, f_options, W_options): Mark
[pf3gnuchains/gcc-fork.git] / gcc / c-lex.h
index 5247c38..e2929f4 100644 (file)
@@ -18,20 +18,18 @@ 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));
-extern int check_newline PARAMS ((void));
 
 extern int c_lex PARAMS ((tree *));
 extern const char *init_c_lex PARAMS ((const char *));
 
-extern void forget_protocol_qualifiers PARAMS ((void));
-extern void remember_protocol_qualifiers PARAMS ((void));
-extern tree is_class_name PARAMS ((tree));
-
 extern int indent_level;
 
-#endif
+struct cpp_reader;
+extern struct cpp_reader* parse_in;
+
+#endif /* ! GCC_C_LEX_H */