From de4e3b454e23af3f26f8c2ea670482bef738e983 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 21 Apr 2023 07:38:52 +1200 Subject: Fix #ifdef and #ifndef to work inside a %define Previously they were silently ignored in this context (but #if defined already worked here if you need a workaround which works for older versions). Fixes #2183 --- CHANGES.current | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES.current') diff --git a/CHANGES.current b/CHANGES.current index ed80e145e..5dfc249e9 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,12 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.2.0 (in progress) =========================== +2023-04-21: olly + #2183 Fix #ifdef and #ifndef to work inside a %define. Previously + they were silently ignored in this context (but #if defined already + worked here if you need a workaround which works for older + versions). + 2023-04-20: erezgeva [Go] #2533 Implement argcargv.i library for Go. -- cgit v1.2.1