swig/Source/CParse
William S Fulton 2579240289 enumvalue attribute always has a value now. If there is no explicit value set
in the code being wrapped, then a value is constructed which is
1+ the previous enum value. For example:
enum numbers { zero, one, seven=7, eight};
has enumvalue attributes of '0', 'zero+1', '7' and 'seven+1'

Based on patch by Heiner Petith.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4363 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-19 23:06:10 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
cparse.h swigver.h removed 2002-12-11 22:30:54 +00:00
cscanner.c The great merge 2002-11-30 22:01:28 +00:00
parser.y enumvalue attribute always has a value now. If there is no explicit value set 2003-02-19 23:06:10 +00:00
templ.c Fixed template argument replacement bug. 2002-12-10 16:15:22 +00:00
util.c The great merge 2002-11-30 22:01:28 +00:00