cppfiles.c (struct include_file): Move from cpphash.h.
[gcc.git] / gcc / cpplib.h
index 325eb0c8ef2781ce0161c613deef6614f8cf97bf..e14cbd4570b8b9aa98730d654ae03b0e46f5ee7e 100644 (file)
@@ -455,6 +455,9 @@ struct lexer_state
 
   /* Nonzero when parsing arguments to a function-like macro.  */
   unsigned char parsing_args;
+
+  /* Nonzero when in a # NUMBER directive.  */
+  unsigned char line_extension;
 };
 
 /* Special nodes - identifiers with predefined significance.  */