OSDN Git Service

C++ file type checking
[pf3gnuchains/gcc-fork.git] / gcc / fixinc / fixlib.h
index 3aff755..098bb00 100644 (file)
@@ -84,6 +84,11 @@ typedef enum
 } t_bool;
 #endif
 
+typedef int apply_fix_p_t;  /* Apply Fix Predicate Type */
+
+#define APPLY_FIX 0
+#define SKIP_FIX  1
+
 #define _P_(p) ()
 #endif
 
@@ -91,5 +96,6 @@ typedef enum
  *  Exported procedures
  */
 char * load_file_data _P_(( FILE* fp ));
+t_bool is_cxx_header  _P_(( tCC* filename, tCC* filetext ));
 
 #endif /* FIXINCLUDES_FIXLIB_H */