aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc/fix-header.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1996-10-03 22:58:34 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1996-10-03 22:58:34 +0000
commitde2e226e9fba20be2fc5c0489006d990f661e78a (patch)
treed6723a40204712867675c0ab9a6c681d1884e980 /contrib/gcc/fix-header.c
parente028853bf6aa638d07fb5ccd03ef46d0ca1e9469 (diff)
Diffstat (limited to 'contrib/gcc/fix-header.c')
-rw-r--r--contrib/gcc/fix-header.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/gcc/fix-header.c b/contrib/gcc/fix-header.c
index 7059d12e1024..53e5c06052ad 100644
--- a/contrib/gcc/fix-header.c
+++ b/contrib/gcc/fix-header.c
@@ -531,18 +531,7 @@ read_scan_file (in_fname, argc, argv)
push_parse_file (&scan_in, in_fname);
CPP_OPTIONS (&scan_in)->no_line_commands = 1;
-#ifdef FIXPROTO_INIT
- /* Some targets may assume special definitions (for example
- OSF header files assume __LANGUAGE_C__). These macros
- are normally passed to cpplib by gcc - but we here invoke
- cpplib directly, without going through gcc.
- Handle these and other target-dependent initializations here. */
- FIXPROTO_INIT (&scan_in);
-#endif
-
- /* Actually (pre-)process the header file. */
scan_decls (&scan_in, argc, argv);
-
check_macro_names (&scan_in, include_entry->required);
check_macro_names (&scan_in, include_entry->extra);