From 8b4499ad042d7ca58aac4c0d6eed1e250f8546d0 Mon Sep 17 00:00:00 2001
From: Theophile Ranquet <ranquet@lrde.epita.fr>
Date: Mon, 14 Jan 2013 11:02:12 +0100
Subject: [PATCH] news: typos

* NEWS: Fix a typo, use YYSTYPE rather than semantic_type.
---
 NEWS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 461959e0..d10d0f7b 100644
--- a/NEWS
+++ b/NEWS
@@ -211,9 +211,9 @@ GNU Bison NEWS
   the user epilogue, so functions such as the following were butchered by the
   preprocessor expansion:
 
-    int yylex (yy::parser::semantic_type *yylval);
+    int yylex (YYSTYPE *yylval);
 
-  This is has been fixed: yylval, ynerrs, yychar, and yylloc are now valid
+  This is has been fixed: yylval, yynerrs, yychar, and yylloc are now valid
   identifiers for user-provided variables.
 
 ** Renamed %define variables
-- 
2.47.2