swig/SWIG/Lib/tcl/tclkw.swg
Marcelo Matus 1c7c9e44f7 massive typemap unification
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7676 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-10-18 13:24:15 +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__