diff options
| author | vincentdarley <vincentdarley> | 2004-01-21 19:59:32 (GMT) |
|---|---|---|
| committer | vincentdarley <vincentdarley> | 2004-01-21 19:59:32 (GMT) |
| commit | 1723d64b6be3d71d07bcef3862600e5f340db128 (patch) | |
| tree | 0ffe5e984dd325a6bea1e24606e505aa4f37574b /generic/tclInt.decls | |
| parent | 1e71895c603d41b20b0bbed17381ee6f635bc8c9 (diff) | |
| download | tcl-1723d64b6be3d71d07bcef3862600e5f340db128.zip tcl-1723d64b6be3d71d07bcef3862600e5f340db128.tar.gz tcl-1723d64b6be3d71d07bcef3862600e5f340db128.tar.bz2 | |
filesystem optimisation -- Three main issues accomplished: (1) cleaned up variable names in
Diffstat (limited to 'generic/tclInt.decls')
| -rw-r--r-- | generic/tclInt.decls | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index ec6604c..b9dae7e 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -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.decls,v 1.67 2003/12/15 00:49:38 davygrvy Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.68 2004/01/21 19:59:33 vincentdarley Exp $ library tcl @@ -75,10 +75,11 @@ declare 11 generic { declare 12 generic { void TclDeleteVars(Interp *iPtr, Tcl_HashTable *tablePtr) } -declare 13 generic { - int TclDoGlob(Tcl_Interp *interp, char *separators, - Tcl_DString *headPtr, char *tail, Tcl_GlobTypeData *types) -} +# Removed in 8.5 +#declare 13 generic { +# int TclDoGlob(Tcl_Interp *interp, char *separators, +# Tcl_DString *headPtr, char *tail, Tcl_GlobTypeData *types) +#} declare 14 generic { void TclDumpMemoryInfo(FILE *outFile) } @@ -140,7 +141,7 @@ declare 28 generic { # char *TclGetEnv(CONST char *name) # } declare 31 generic { - char *TclGetExtension(char *name) + CONST char *TclGetExtension(CONST char *name) } declare 32 generic { int TclGetFrame(Tcl_Interp *interp, CONST char *str, |
