diff options
| author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-12-11 14:41:45 (GMT) |
|---|---|---|
| committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-12-11 14:41:45 (GMT) |
| commit | ea05fe0e53909534fb670a9aa393f52927a7a19c (patch) | |
| tree | 8090ee1d9a56915e5fbff34c295c1a52a99f886c /generic/tclInt.h | |
| parent | 3754a2c91e2f912872b07ece00bb7a8d54a47b4e (diff) | |
| download | tcl-ea05fe0e53909534fb670a9aa393f52927a7a19c.zip tcl-ea05fe0e53909534fb670a9aa393f52927a7a19c.tar.gz tcl-ea05fe0e53909534fb670a9aa393f52927a7a19c.tar.bz2 | |
converting the static function GetNamespaceFromObj() to MODULE_SCOPE
TclGetNamespaceFromObj().
Diffstat (limited to 'generic/tclInt.h')
| -rw-r--r-- | generic/tclInt.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 11ddcf3..983cceb 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInt.h,v 1.205 2004/12/10 13:09:14 msofer Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.206 2004/12/11 14:41:46 msofer Exp $ */ #ifndef _TCLINT @@ -1835,6 +1835,10 @@ MODULE_SCOPE void TclFinalizeSynchronization _ANSI_ARGS_((void)); MODULE_SCOPE void TclFinalizeLock _ANSI_ARGS_((void)); MODULE_SCOPE void TclFinalizeThreadData _ANSI_ARGS_((void)); MODULE_SCOPE Tcl_Obj * TclGetBgErrorHandler _ANSI_ARGS_((Tcl_Interp *interp)); +MODULE_SCOPE int TclGetNamespaceFromObj _ANSI_ARGS_(( + Tcl_Interp *interp, Tcl_Obj *objPtr, + Tcl_Namespace **nsPtrPtr)); + MODULE_SCOPE Tcl_Obj * TclGetProcessGlobalValue _ANSI_ARGS_ (( ProcessGlobalValue *pgvPtr)); MODULE_SCOPE int TclGlob _ANSI_ARGS_((Tcl_Interp *interp, |
