diff options
author | suresh <suresh> | 1998-06-15 12:33:20 (GMT) |
---|---|---|
committer | suresh <suresh> | 1998-06-15 12:33:20 (GMT) |
commit | e05b039436c25361af6940bb607b201876a42715 (patch) | |
tree | c06ebb9fd0f5f8e0f49461a4512ec3daad863c84 /generic/tcl.h | |
parent | 831adc93ab837996958e25545bef7df6df12feeb (diff) | |
download | tcl-e05b039436c25361af6940bb607b201876a42715.zip tcl-e05b039436c25361af6940bb607b201876a42715.tar.gz tcl-e05b039436c25361af6940bb607b201876a42715.tar.bz2 |
Cleaned up prototype for 'Tcl_GetNameOfExecutable'.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index ed4676d..ab7d032 100644 --- a/generic/tcl.h +++ b/generic/tcl.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. * - * SCCS: %Z% $Id: tcl.h,v 1.4 1998/06/12 16:49:33 suresh Exp $ + * SCCS: %Z% $Id: tcl.h,v 1.5 1998/06/15 12:33:20 suresh Exp $ */ #ifndef _TCL @@ -1254,7 +1254,7 @@ EXTERN int Tcl_GetIntFromObj _ANSI_ARGS_((Tcl_Interp *interp, EXTERN int Tcl_GetLongFromObj _ANSI_ARGS_((Tcl_Interp *interp, Tcl_Obj *objPtr, long *longPtr)); EXTERN Tcl_Interp * Tcl_GetMaster _ANSI_ARGS_((Tcl_Interp *interp)); -EXTERN CONST char * Tcl_GetNameOfExecutable(); +EXTERN CONST char * Tcl_GetNameOfExecutable _ANSI_ARGS_((void)); EXTERN Tcl_Obj * Tcl_GetObjResult _ANSI_ARGS_((Tcl_Interp *interp)); EXTERN Tcl_ObjType * Tcl_GetObjType _ANSI_ARGS_((char *typeName)); EXTERN int Tcl_GetOpenFile _ANSI_ARGS_((Tcl_Interp *interp, |