]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libcpp/internal.h
Fix bug with -MM -MG.
[thirdparty/gcc.git] / libcpp / internal.h
index a751c45df62d61b10c75846ce5438b38f0ccc712..4aa6dcc510b850cf2f1d28ba02dea4ff00b2c9f7 100644 (file)
@@ -503,8 +503,8 @@ extern void _cpp_destroy_hashtable (cpp_reader *);
 
 /* In files.c */
 typedef struct _cpp_file _cpp_file;
-extern _cpp_file *_cpp_find_file (cpp_reader *, const char *fname,
-                                 cpp_dir *start_dir, bool fake);
+extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
+                                 bool, int);
 extern bool _cpp_find_failed (_cpp_file *);
 extern void _cpp_mark_file_once_only (cpp_reader *, struct _cpp_file *);
 extern void _cpp_fake_include (cpp_reader *, const char *);