From 886a425c6fff79e36f4bba3be8f98ae85daa8d6f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 6 Nov 2002 06:56:35 +0000 Subject: [PATCH] Bison now parses C99 lexical constructs like digraphs, UCNs, and backslash-newline within C escape sequences, as POSIX now requires. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index b6ab6934..bfc31882 100644 --- 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 -- 2.47.2