aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-parse.in')
-rw-r--r--gcc/c-parse.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in
index b3d9b2f..f458e03 100644
--- a/gcc/c-parse.in
+++ b/gcc/c-parse.in
@@ -60,15 +60,6 @@ ifobjc
#include "objc-act.h"
end ifobjc
-/* Since parsers are distinct for each language, put the language string
- definition here. */
-ifobjc
-const char * const language_string = "GNU Objective-C";
-end ifobjc
-ifc
-const char * const language_string = "GNU C";
-end ifc
-
/* Like YYERROR but do call yyerror. */
#define YYERROR1 { yyerror ("syntax error"); YYERROR; }
@@ -3542,10 +3533,6 @@ init_parse (filename)
const char *filename;
{
add_c_tree_codes ();
-
- /* Make identifier nodes long enough for the language-specific slots. */
- set_identifier_size (sizeof (struct lang_identifier));
-
init_reswords ();
init_pragma ();