git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7676 626c5289-ae23-0410-ae9c-e8d60b6d4f22
10 lines
257 B
Text
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__
|