swig/SWIG/Lib/tcl/tcl8kw.swg
Marcelo Matus f790c57f5d Forgot #undefs, add python bad names, change names from
tclkw.swg and phpkw.swg to the right ones tcl8kw.swg and php8kw.swg.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5546 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-12-12 06:15:46 +00:00

10 lines
257 B
Text

#ifndef __tcl_tclkw_swg__
#define __tcl_tclkw_swg__
// Some special reserved words in classes
%namewarn("314:cget is a tcl reserved method name") *::cget;
%namewarn("314:configure is a tcl reserved method name") *::configure;
#endif //__tcl_tclkw_swg__