swig/SWIG/Source/CParse
Dave Beazley 4138222abd Fixed odd class scope bug.
class Foo {
public:
    int Foo::bar(int x);
};

SWIG just drops the "Foo" prefix the method and continues (previously,
the declaration was ignored entirely).


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4591 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-20 19:36:51 +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 Fix to escape code handling. 2003-03-10 14:03:05 +00:00
parser.y Fixed odd class scope bug. 2003-03-20 19:36:51 +00:00
templ.c Extremely scary template patch to fix Luigi's partial specialization argument handling bug. 2003-02-26 17:44:28 +00:00
util.c The great merge 2002-11-30 22:01:28 +00:00