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

Diff of /bison/data/yacc.c

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

revision 1.42 by eggert, Wed Dec 11 05:25:27 2002 UTC revision 1.43 by eggert, Fri Dec 13 09:33:23 2002 UTC
# Line 197  b4_syncline([@oline@], [@ofile@])], Line 197  b4_syncline([@oline@], [@ofile@])],
197  # define YYSTYPE_IS_TRIVIAL 1  # define YYSTYPE_IS_TRIVIAL 1
198  #endif  #endif
199    
200  #ifndef YYLTYPE  ]b4_location_if([#ifndef YYLTYPE
201  typedef struct yyltype  typedef struct yyltype
202  {  {
203    int first_line;    int first_line;
# Line 208  typedef struct yyltype Line 208  typedef struct yyltype
208  # define YYLTYPE ]b4_location_type[  # define YYLTYPE ]b4_location_type[
209  # define YYLTYPE_IS_TRIVIAL 1  # define YYLTYPE_IS_TRIVIAL 1
210  #endif  #endif
211    ])[
212    
213  /* Copy the second part of user declarations.  */  /* Copy the second part of user declarations.  */
214  ]b4_post_prologue  ]b4_post_prologue
# Line 249  b4_syncline([@oline@], [@ofile@])[ Line 250  b4_syncline([@oline@], [@ofile@])[
250    
251  #if (! defined (yyoverflow) \  #if (! defined (yyoverflow) \
252       && (! defined (__cplusplus) \       && (! defined (__cplusplus) \
253           || (YYLTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))           || (]b4_location_if([YYLTYPE_IS_TRIVIAL && ])[YYSTYPE_IS_TRIVIAL)))
254    
255  /* A type that is properly aligned for any stack member.  */  /* A type that is properly aligned for any stack member.  */
256  union yyalloc  union yyalloc

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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