Bison now parses C99 lexical constructs like digraphs, UCNs, and
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Nov 2002 06:56:35 +0000 (06:56 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Nov 2002 06:56:35 +0000 (06:56 +0000)
backslash-newline within C escape sequences, as POSIX now requires.

NEWS

diff --git a/NEWS b/NEWS
index b6ab693..bfc3188 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 Bison News
 ----------
 
+Changes in version 1.75b:
+
+* Bison now parses C99 lexical constructs like digraphs, UCNs, and
+  backslash-newline within C escape sequences, as POSIX now requires.
+
 Changes in version 1.75a, 2002-10-24:
 
 * Bison can no longer be built by a K&R C compiler; it requires C89 or