From 1eb0b146594c8b4a8e7aa06e4fcf275739d0900f Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 5 Nov 2008 07:00:04 +0100 Subject: [PATCH] Spelling fixes. * NEWS: s/than/that/. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 56edc707..72d73e13 100644 --- a/NEWS +++ b/NEWS @@ -17,7 +17,7 @@ Bison News exp: exp "+" exp { $$ = $1 + $3; }; - This prevents the future support for languages than do not use `;' + This prevents the future support for languages that do not use `;' as C/C++/Java do. Yet some grammars still depend on this `feature'. Bison 2.4.1 restores the previous behavior in the case of C output (specifically, when neither %language or %skeleton or equivalent -- 2.47.2