/[bison]/bison/data/glr.c
ViewVC logotype

Diff of /bison/data/glr.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by akim, Sun Oct 13 19:40:30 2002 UTC revision 1.15 by eggert, Mon Oct 14 08:06:06 2002 UTC
# Line 198  static YYLTYPE yyloc_default; Line 198  static YYLTYPE yyloc_default;
198  #  define yyfalse 0  #  define yyfalse 0
199  #endif  #endif
200    
201    #if defined (__STDC__) || defined (__cplusplus)
202       typedef signed char yysigned_char;
203    #else
204       typedef short yysigned_char;
205    #endif
206    
207  /*-----------------.  /*-----------------.
208  | GCC extensions.  |  | GCC extensions.  |
209  `-----------------*/  `-----------------*/

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26