From 256701e3c5dfdcdad1db45cb50755d8178c57d5b Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Thu, 27 Feb 2003 17:21:52 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4417 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 2d999ec06..c46a7a5e6 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,16 @@ Version 1.3.18 (In progress) ============================ +02/27/2003: beazley + Added support for anonymous bit-fields. For example: + + struct Foo { + int x : 4; + int : 4; + int y : 8; + }; + + Anonymous bit-fields are ignored by SWIG. Problem + reported by Franz Höpfinger. 02/26/2003: cheetah (William Fulton) [Java] Better typemaps in the Examples/java/typemap example and also