git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8973 626c5289-ae23-0410-ae9c-e8d60b6d4f22
10 lines
247 B
Text
10 lines
247 B
Text
#ifndef TCL_TCLKW_SWG_
|
|
#define TCL_TCLKW_SWG_
|
|
|
|
// Some special reserved words in classes
|
|
|
|
%keywordwarn("cget is a tcl reserved method name") *::cget;
|
|
%keywordwarn("configure is a tcl reserved method name") *::configure;
|
|
|
|
|
|
#endif //_TCL_TCLKW_SWG_
|