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

Diff of /bison/data/c.m4

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

revision 1.5 by eggert, Sat Sep 7 06:31:32 2002 UTC revision 1.6 by eggert, Sat Oct 12 23:18:52 2002 UTC
# Line 107  m4_define([b4_token_enum], Line 107  m4_define([b4_token_enum],
107  m4_define([b4_token_defines],  m4_define([b4_token_defines],
108  [m4_if([$@], [[]], [],  [m4_if([$@], [[]], [],
109  [/* Tokens.  */  [/* Tokens.  */
110  #ifndef YYTOKENTYPE  #if defined (__STDC__) || defined (__cplusplus)
 # if defined (__STDC__) || defined (__cplusplus)  
111     /* Put the tokens into the symbol table, so that GDB and other debuggers     /* Put the tokens into the symbol table, so that GDB and other debuggers
112        know about them.  */        know about them.  */
113     enum yytokentype {     enum yytokentype {
# Line 116  m4_map_sep([     b4_token_enum], [, Line 115  m4_map_sep([     b4_token_enum], [,
115  ],  ],
116             [$@])             [$@])
117     };     };
118  # endif  #endif
   /* POSIX requires `int' for tokens in interfaces.  */  
 # define YYTOKENTYPE int  
 #endif /* !YYTOKENTYPE */  
119  m4_map([b4_token_define], [$@])  m4_map([b4_token_define], [$@])
120  ])  ])
121  ])  ])

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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