swig/SWIG/Source/CParse
Marcelo Matus 8ac154a748 Fix directors + protected pure virtual members + protected
constructor.

Now it doesn't crash, you don't need to use dirprot, and no, it is not
emitting all the protected members, unless dirprot is used.

Swig only emits the protected members or constructors needed to prevent
the compilation for crashing. The rest of the protected members
are emitted when dirprot is used.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6493 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-10-24 05:58:15 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
cparse.h compact default arguments feature (original default argument wrapping mode) 2004-10-20 20:59:33 +00:00
cscanner.c compact default arguments feature (original default argument wrapping mode) 2004-10-20 20:59:33 +00:00
parser.y Fix directors + protected pure virtual members + protected 2004-10-24 05:58:15 +00:00
templ.c fix for template+default template params, better warnings, better management of extern "java" 2004-10-18 01:23:20 +00:00
util.c fix wrong warning from keyword + friend 2004-10-24 05:45:23 +00:00