From 09f3893dbdbd3010cca49e0440bef81ea5ff8d4c Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 12 Feb 2016 22:30:42 -0800 Subject: remove standalone preprocessor --- gcc/toplev.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'gcc/toplev.c') diff --git a/gcc/toplev.c b/gcc/toplev.c index 83437d6..899c337 100755 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2654,12 +2654,8 @@ compile_file (name) input_file_stack->name = input_filename; /* This may set main_input_filename. */ -#if !USE_CPPLIB - ungetc (check_newline (), finput); -#else check_newline (); yy_cur--; -#endif /* If the input doesn't start with a #line, use the input name as the official input file name. */ @@ -4011,10 +4007,6 @@ display_help () unsigned long i; char * lang; -#ifndef USE_CPPLIB - printf ("Usage: %s input [switches]\n", progname); - printf ("Switches:\n"); -#endif printf (" -ffixed- Mark as being unavailable to the compiler\n"); printf (" -fcall-used- Mark as being corrupted by function calls\n"); printf (" -fcall-saved- Mark as being preserved across functions\n"); @@ -4303,9 +4295,7 @@ main (argc, argv) flag_short_enums = DEFAULT_SHORT_ENUMS; #endif -#if USE_CPPLIB cpplib_init(); -#endif /* Scan to see what optimization level has been specified. That will determine the default value of many flags. */ -- cgit v1.2.3