diff options
author | dgp <dgp@users.sourceforge.net> | 2001-09-25 16:23:55 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-09-25 16:23:55 (GMT) |
commit | a6c26a069d4a7aa7cd5420cabb2a7614de09f299 (patch) | |
tree | f40b58c1e7b96d42ea434c52d0a455b5f0b98fe5 /generic/tclInt.h | |
parent | fd249dfdc3e190e696aaf52a71f88090dd7fe935 (diff) | |
download | tcl-a6c26a069d4a7aa7cd5420cabb2a7614de09f299.zip tcl-a6c26a069d4a7aa7cd5420cabb2a7614de09f299.tar.gz tcl-a6c26a069d4a7aa7cd5420cabb2a7614de09f299.tar.bz2 |
* Updated APIs in generic/tclGet.c
according to the guidelines of TIP 27. [Patch 464674]
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index eddf120..59cc000 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.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: tclInt.h,v 1.65 2001/09/24 21:10:32 dgp Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.66 2001/09/25 16:23:56 dgp Exp $ */ #ifndef _TCLINT @@ -1690,8 +1690,6 @@ EXTERN int TclGetIntForIndex _ANSI_ARGS_((Tcl_Interp *interp, Tcl_Obj *objPtr, int endValue, int *indexPtr)); EXTERN Tcl_Obj * TclGetIndexedScalar _ANSI_ARGS_((Tcl_Interp *interp, int localIndex, int flags)); -EXTERN int TclGetLong _ANSI_ARGS_((Tcl_Interp *interp, - char *string, long *longPtr)); EXTERN int TclGetLoadedPackages _ANSI_ARGS_(( Tcl_Interp *interp, char *targetName)); EXTERN int TclGetNamespaceForQualName _ANSI_ARGS_(( |