From 7ddcb9e5e7c581e44303e56e36bb0ec5b842c293 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Fri, 7 Feb 2003 21:18:44 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4258 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index a75126a94..440ddfb3c 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,13 @@ Version 1.3.18 (In progress) ============================ +02/07/2003: Fixed [ 663632 ] incompatibility with standard cpp. + This is a refinement that fixes this problem: + + // Some macro with an argument + #define FOO(x) x + + int FOO; /* Not a macro---no arguments */ + 02/05/2003: beazley Fixed [ 675491 ] parse error with global namespace qualification. Submitted by Jeremy Yallop.