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.