diff options
Diffstat (limited to 'gcc/fixinc/fixlib.h')
-rw-r--r-- | gcc/fixinc/fixlib.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/fixinc/fixlib.h b/gcc/fixinc/fixlib.h index 5cbf412..9997553 100644 --- a/gcc/fixinc/fixlib.h +++ b/gcc/fixinc/fixlib.h @@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. */ #include "gnu-regex.h" #include "machname.h" +#include "libiberty.h" #ifndef STDIN_FILENO # define STDIN_FILENO 0 @@ -152,10 +153,14 @@ struct fix_desc * Exported procedures */ char * load_file_data _P_(( FILE* fp )); +#ifdef IS_CXX_HEADER_NEEDED t_bool is_cxx_header _P_(( tCC* filename, tCC* filetext )); +#endif /* IS_CXX_HEADER_NEEDED */ +#ifdef SKIP_QUOTE_NEEDED +tCC* skip_quote _P_(( char q, char* text )); +#endif void compile_re _P_(( tCC* pat, regex_t* re, int match, tCC *e1, tCC *e2 )); -void* must_malloc _P_(( size_t )); void apply_fix _P_(( tFixDesc* p_fixd, tCC* filname )); apply_fix_p_t run_test _P_((tCC* t_name, tCC* f_name, tCC* text )); |