diff options
author | dgp <dgp@users.sourceforge.net> | 2002-02-21 17:17:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-02-21 17:17:57 (GMT) |
commit | 8d3ea391afb7566c5037fdc222ee4988c890ac4d (patch) | |
tree | d7405666f56e8f980ab20da43ec4d560b642c70b /generic/tcl.h | |
parent | f7e8d74310d64ef59c9c8084cbfab3b3ee372dff (diff) | |
download | tcl-8d3ea391afb7566c5037fdc222ee4988c890ac4d.zip tcl-8d3ea391afb7566c5037fdc222ee4988c890ac4d.tar.gz tcl-8d3ea391afb7566c5037fdc222ee4988c890ac4d.tar.bz2 |
typo correction in latest change
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 d44f49f..5b86c8e 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.118 2002/02/21 16:49:38 dkf Exp $ + * RCS: @(#) $Id: tcl.h,v 1.119 2002/02/21 17:17:57 dgp Exp $ */ #ifndef _TCL @@ -386,7 +386,7 @@ typedef struct _stati64 Tcl_StatBuf; # ifdef NO_LIMITS_H # error please define either TCL_WIDE_INT_TYPE or TCL_WIDE_INT_IS_LONG # else /* !NO_LIMITS_H */ -# include <limit.h> +# include <limits.h> # if (INT_MAX < LONG_MAX) # define TCL_WIDE_INT_IS_LONG 1 # else |