bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

YYERROR_VERBOSE doc patch


From: Paul Eggert
Subject: YYERROR_VERBOSE doc patch
Date: Fri, 6 Dec 2002 21:52:01 -0800 (PST)

I installed the following patch.

2002-12-06  Paul Eggert  <address@hidden>

        * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
        be #defined in the prologue, not in the Bison declarations.
        This fixes Debian Bug 102878, reported by Shaul Karl.

Index: doc/bison.texinfo
===================================================================
RCS file: /cvsroot/bison/bison/doc/bison.texinfo,v
retrieving revision 1.89
diff -p -u -r1.89 bison.texinfo
--- doc/bison.texinfo   30 Nov 2002 09:11:30 -0000      1.89
+++ doc/bison.texinfo   7 Dec 2002 05:41:57 -0000
@@ -6415,8 +6415,8 @@ Macro to pretend that a syntax error has
 @end deffn
 
 @deffn {Macro} YYERROR_VERBOSE
-An obsolete macro that you define with @code{#define} in the Bison
-declarations section to request verbose, specific error message strings
+An obsolete macro that you define with @code{#define} in the prologue
+to request verbose, specific error message strings
 when @code{yyerror} is called.  It doesn't matter what definition you
 use for @code{YYERROR_VERBOSE}, just whether you define it.  Using
 @code{%error-verbose} is preferred.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]