diff options
author | nijtmans <nijtmans@noemail.net> | 2010-07-02 20:49:46 (GMT) |
---|---|---|
committer | nijtmans <nijtmans@noemail.net> | 2010-07-02 20:49:46 (GMT) |
commit | 38c4b536e1bc7f810e4b2cbe82b331a6f3e0e9fa (patch) | |
tree | 64324c7c2c17428399734d9d2599ddbe6231967f /generic/tclIntDecls.h | |
parent | 2c7237965344d1b7eec6214433066cc5a2cea01b (diff) | |
download | tcl-38c4b536e1bc7f810e4b2cbe82b331a6f3e0e9fa.zip tcl-38c4b536e1bc7f810e4b2cbe82b331a6f3e0e9fa.tar.gz tcl-38c4b536e1bc7f810e4b2cbe82b331a6f3e0e9fa.tar.bz2 |
[Bug #803489] Tcl_FindNamespace problem in the Stubs table
FossilOrigin-Name: 70f70c32ff54de49864e4747a7c3a8f33c467362
Diffstat (limited to 'generic/tclIntDecls.h')
-rw-r--r-- | generic/tclIntDecls.h | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/generic/tclIntDecls.h b/generic/tclIntDecls.h index ce83ab5..8028b41 100644 --- a/generic/tclIntDecls.h +++ b/generic/tclIntDecls.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclIntDecls.h,v 1.112.2.2 2010/02/07 22:16:54 nijtmans Exp $ + * RCS: @(#) $Id: tclIntDecls.h,v 1.112.2.3 2010/07/02 20:49:47 nijtmans Exp $ */ #ifndef _TCLINTDECLS @@ -30,6 +30,21 @@ # endif #endif +/* [Bug #803489] Tcl_FindNamespace problem in the Stubs table */ +#undef Tcl_AppendExportList +#undef Tcl_CreateNamespace +#undef Tcl_DeleteNamespace +#undef Tcl_Export +#undef Tcl_FindCommand +#undef Tcl_FindNamespace +#undef Tcl_FindNamespaceVar +#undef Tcl_ForgetImport +#undef Tcl_GetCommandFromObj +#undef Tcl_GetCommandFullName +#undef Tcl_GetCurrentNamespace +#undef Tcl_GetGlobalNamespace +#undef Tcl_Import + /* * WARNING: This file is automatically generated by the tools/genStubs.tcl * script. Any modifications to the function declarations below should be made |