diff options
author | dgp <dgp@users.sourceforge.net> | 2005-06-07 21:46:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-06-07 21:46:08 (GMT) |
commit | 3d9cb3d71e47525ba2c3176b8c64e6133ed9dd75 (patch) | |
tree | 862a66f9d58f2b9acc7bb0b43fc6f7f932dcc8a4 /generic/tclInt.h | |
parent | c2e9dac276543c87f90a314405d70427e7a9e642 (diff) | |
download | tcl-3d9cb3d71e47525ba2c3176b8c64e6133ed9dd75.zip tcl-3d9cb3d71e47525ba2c3176b8c64e6133ed9dd75.tar.gz tcl-3d9cb3d71e47525ba2c3176b8c64e6133ed9dd75.tar.bz2 |
* generic/tclInt.h: Reduced the Tcl_ObjTypes "index",
* generic/tclIndexObj.c: "enembleCmd", "localVarName", and
* generic/tclNamesp.c: "levelReference" to file static scope.
* generic/tclProc.c:
* generic/tclVar.c:
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 17566ef..1c6f1f5 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.234 2005/06/07 10:05:00 dkf Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.235 2005/06/07 21:46:08 dgp Exp $ */ #ifndef _TCLINT @@ -1830,13 +1830,9 @@ MODULE_SCOPE Tcl_ObjType tclDictType; MODULE_SCOPE Tcl_ObjType tclProcBodyType; MODULE_SCOPE Tcl_ObjType tclStringType; MODULE_SCOPE Tcl_ObjType tclArraySearchType; -MODULE_SCOPE Tcl_ObjType tclIndexType; MODULE_SCOPE Tcl_ObjType tclNsNameType; -MODULE_SCOPE Tcl_ObjType tclEnsembleCmdType; MODULE_SCOPE Tcl_ObjType tclWideIntType; -MODULE_SCOPE Tcl_ObjType tclLocalVarNameType; MODULE_SCOPE Tcl_ObjType tclRegexpType; -MODULE_SCOPE Tcl_ObjType tclLevelReferenceType; /* * Variables denoting the hash key types defined in the core. |