From 4476d099d78c0288c8aaf907f236ab94e418bd44 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 25 Dec 2012 14:07:57 -0800 Subject: Issue #84: fix C generation for some statements --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 353f5f2..6cad334 100644 --- a/CHANGES +++ b/CHANGES @@ -7,7 +7,9 @@ - pycparser now carries its PLY dependency along. The pycparser/ply directory contains the source of PLY for the currently supported version. This makes distribution and testing easier. + - Issue #84: fix C generation for some statements. - Issues #86 and #87: improve location reporting for parse errors. + - Issue #89: fix C generation for K&R-style function definitions. + Version 2.08 (10.08.2012) -- cgit v1.2.3