mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-25 07:49:18 +00:00
YYRECOVERING(), not YYRECOVERING.
Obtained from: OpenBSD rev 1.8 (approved by Robert Corbett)
This commit is contained in:
parent
030b221f78
commit
de18e37eba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49209
@ -33,7 +33,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: skeleton.c,v 1.14 1997/04/29 03:07:45 steve Exp $
|
||||
* $Id: skeleton.c,v 1.15 1999/04/18 13:37:49 peter Exp $
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
@ -67,7 +67,7 @@ char *banner[] =
|
||||
"#define YYEMPTY -1",
|
||||
"#define yyclearin (yychar=(YYEMPTY))",
|
||||
"#define yyerrok (yyerrflag=0)",
|
||||
"#define YYRECOVERING (yyerrflag!=0)",
|
||||
"#define YYRECOVERING() (yyerrflag!=0)",
|
||||
#if 0
|
||||
"extern int yylex();",
|
||||
"extern int yyparse();",
|
||||
|
Loading…
Reference in New Issue
Block a user