diff options
| author | dgp@users.sourceforge.net <dgp> | 2005-10-10 18:00:09 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2005-10-10 18:00:09 (GMT) |
| commit | ad990a09cb6dd2746be9144a78bb01e8682561dd (patch) | |
| tree | c18a25f5dfa41b29051a5959c4b11ce3e38d937f /generic/tclInt.h | |
| parent | ad36682d7b3f625ddd0af1932a4c10785e69f376 (diff) | |
| download | tcl-ad990a09cb6dd2746be9144a78bb01e8682561dd.zip tcl-ad990a09cb6dd2746be9144a78bb01e8682561dd.tar.gz tcl-ad990a09cb6dd2746be9144a78bb01e8682561dd.tar.bz2 | |
* generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build.
* generic/tclInt.h: Restored HEAD to the NO_WIDE_TYPE
configuration until some breakage in the #undef NO_WIDE_TYPE
configuration is corrected.
Diffstat (limited to 'generic/tclInt.h')
| -rw-r--r-- | generic/tclInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 6dd07b0..117c25e 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -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.h,v 1.253 2005/10/08 14:42:45 dgp Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.254 2005/10/10 18:00:10 dgp Exp $ */ #ifndef _TCLINT @@ -22,7 +22,7 @@ * Some numerics configuration options */ -#undef NO_WIDE_TYPE +#define NO_WIDE_TYPE #undef ACCEPT_NAN /* |
