diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-03-20 09:53:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-03-20 09:53:18 (GMT) |
commit | 1259aa8413c5871bde497d9cb1ddb1a6fe78b383 (patch) | |
tree | 955639b401aed028854b65094fbfcc5b27813adc /generic/tcl.h | |
parent | 0a2235e7ad8b6e55a3940f284cd44db30dcab056 (diff) | |
download | tcl-1259aa8413c5871bde497d9cb1ddb1a6fe78b383.zip tcl-1259aa8413c5871bde497d9cb1ddb1a6fe78b383.tar.gz tcl-1259aa8413c5871bde497d9cb1ddb1a6fe78b383.tar.bz2 |
Oops, typo.
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 9f6a951..5b3f3bc 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.252 2008/03/20 09:49:15 dkf Exp $ + * RCS: @(#) $Id: tcl.h,v 1.253 2008/03/20 09:53:18 dkf Exp $ */ #ifndef _TCL @@ -2208,7 +2208,7 @@ EXTERN CONST char * Tcl_InitStubs _ANSI_ARGS_((Tcl_Interp *interp, CONST char *version, int exact)); EXTERN CONST char * TclTomMathInitializeStubs _ANSI_ARGS_(( Tcl_Interp *interp, CONST char *version, - int epoch, int revision); + int epoch, int revision)); #ifndef USE_TCL_STUBS |