swig/Source/CParse
William S Fulton 7339de974d Fix static const char member variables wrappers with %javaconst(1).
This fixes the case when an integer is used as the initializer, such as:

  struct W { static const char w = 100; };

The "valuetype" attribute has been added to the "cdecl" Node which enables
us to distinguish the declared type from the type of the initializer.
2016-01-27 09:01:00 +00:00
..
cparse.h smartptr feature support - factor out common code 2015-09-25 22:57:59 +01:00
cscanner.c Cosmetic rename COPERATOR to CONVERSIONOPERATOR 2015-05-01 19:26:09 +01:00
parser.y Fix static const char member variables wrappers with %javaconst(1). 2016-01-27 09:01:00 +00:00
templ.c Warning fixes for 64bit visual c++ on Windows 2015-07-03 20:59:24 +01:00
util.c smartptr feature support - factor out common code 2015-09-25 22:57:59 +01:00