/[bison]/bison/src/parse-gram.y
ViewVC logotype

Diff of /bison/src/parse-gram.y

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

revision 1.29 by akim, Fri Nov 15 16:42:16 2002 UTC revision 1.30 by eggert, Fri Nov 15 20:32:21 2002 UTC
# Line 40  Line 40 
40  #include "reader.h"  #include "reader.h"
41  #include "conflicts.h"  #include "conflicts.h"
42    
43  /* Produce verbose parse errors.  */  /* Produce verbose syntax errors.  */
44  #define YYERROR_VERBOSE 1  #define YYERROR_VERBOSE 1
45  #define YYLLOC_DEFAULT(Current, Rhs, N)                 \  #define YYLLOC_DEFAULT(Current, Rhs, N)                 \
46  do {                                                    \  do {                                                    \
# Line 64  do {                                                   \ Line 64  do {                                                   \
64     correctly typed access to it.  */     correctly typed access to it.  */
65  #define yycontrol ((gram_control_t *) gram_control)  #define yycontrol ((gram_control_t *) gram_control)
66    
67  /* Request detailed parse error messages, and pass them to GRAM_ERROR.  /* Request detailed syntax error messages, and pass them to GRAM_ERROR.
68     FIXME: depends on the undocumented availability of YYLLOC.t */     FIXME: depends on the undocumented availability of YYLLOC.t */
69  #undef  yyerror  #undef  yyerror
70  #define yyerror(Msg) \  #define yyerror(Msg) \

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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