diff options
Diffstat (limited to 'gcc/objc/objc-parse.c')
-rw-r--r-- | gcc/objc/objc-parse.c | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gcc/objc/objc-parse.c b/gcc/objc/objc-parse.c index 2ad6d3f..5407d32 100644 --- a/gcc/objc/objc-parse.c +++ b/gcc/objc/objc-parse.c @@ -1,7 +1,6 @@ /* A Bison parser, made from objc-parse.y - by GNU Bison version 1.27 - */ + by GNU Bison version 1.28 */ #define YYBISON 1 /* Identify Bison output. */ @@ -102,7 +101,7 @@ const char * const language_string = "GNU Obj-C"; #line 66 "objc-parse.y" typedef union {long itype; tree ttype; enum tree_code code; - char *filename; int lineno; int ends_in_label; } YYSTYPE; + const char *filename; int lineno; int ends_in_label; } YYSTYPE; #line 198 "objc-parse.y" /* Number of statements (loosely speaking) and compound statements @@ -112,7 +111,7 @@ static int compstmt_count; /* Input file and line number of the end of the body of last simple_if; used by the stmt-rule immediately after simple_if returns. */ -static char *if_stmt_file; +static const char *if_stmt_file; static int if_stmt_line; /* List of types and structure classes of the current declaration. */ @@ -1759,8 +1758,8 @@ static const short yycheck[] = { 56, 50, 51, 52, 53, 54, 55, 56, 57 }; /* -*-C-*- Note some compilers choke on comments on `#line' lines. */ -#line 3 "/usr/lib/bison.simple" -/* This file comes from bison-1.27. */ +#line 3 "/usr/share/misc/bison.simple" +/* This file comes from bison-1.28. */ /* Skeleton output parser for bison, Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc. @@ -1973,7 +1972,7 @@ __yy_memcpy (char *to, char *from, unsigned int count) #endif #endif -#line 216 "/usr/lib/bison.simple" +#line 217 "/usr/share/misc/bison.simple" /* The user can define YYPARSE_PARAM as the name of an argument to be passed into yyparse. The argument should have type void *. @@ -5096,7 +5095,7 @@ case 570: break;} } /* the action file gets copied in in place of this dollarsign */ -#line 542 "/usr/lib/bison.simple" +#line 543 "/usr/share/misc/bison.simple" yyvsp -= yylen; yyssp -= yylen; |