diff options
author | nijtmans <nijtmans> | 2010-07-02 20:49:47 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-07-02 20:49:47 (GMT) |
commit | f31937b3ca5d5eb6727a876261984d3d684c2144 (patch) | |
tree | 64324c7c2c17428399734d9d2599ddbe6231967f /generic/tclIntDecls.h | |
parent | 08539cff64ee5b80197cc571bcb0a9b459b64ed4 (diff) | |
download | tcl-f31937b3ca5d5eb6727a876261984d3d684c2144.zip tcl-f31937b3ca5d5eb6727a876261984d3d684c2144.tar.gz tcl-f31937b3ca5d5eb6727a876261984d3d684c2144.tar.bz2 |
[Bug #803489] Tcl_FindNamespace problem in the Stubs table
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 |