c-common.c (c_common_init): Call preprocess_file instead.
[gcc.git] / gcc / c-common.h
index 989c90810b74cb20f5f2aab278b3138f19f6f1b0..ce3860820fb52e8d91cdafc7296a1802fd9fa6e6 100644 (file)
@@ -1209,6 +1209,8 @@ extern int c_common_unsafe_for_reeval             PARAMS ((tree));
 
 extern const char *init_c_lex                  PARAMS ((const char *));
 
+extern void preprocess_file                    PARAMS ((void));
+
 /* Information recorded about each file examined during compilation.  */
 
 struct c_fileinfo