From 33afeb271a63304fff0a87b1c30b0ac87187884b Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Thu, 27 May 2004 20:44:36 +0000 Subject: better (?) #ifdeferry for the last fix --- generic/tclExecute.c | 7 ++++++- generic/tclVar.c | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/generic/tclExecute.c b/generic/tclExecute.c index 6b88e55..cd93261 100644 --- a/generic/tclExecute.c +++ b/generic/tclExecute.c @@ -11,10 +11,15 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclExecute.c,v 1.141 2004/05/27 20:08:20 msofer Exp $ + * RCS: @(#) $Id: tclExecute.c,v 1.142 2004/05/27 20:44:36 msofer Exp $ */ +#ifdef STDC_HEADERS #include +#else +typedef int ptrdiff_t; +#endif + #include "tclInt.h" #include "tclCompile.h" diff --git a/generic/tclVar.c b/generic/tclVar.c index 11d236a..dea92c4 100644 --- a/generic/tclVar.c +++ b/generic/tclVar.c @@ -15,10 +15,15 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclVar.c,v 1.85 2004/05/27 20:08:21 msofer Exp $ + * RCS: @(#) $Id: tclVar.c,v 1.86 2004/05/27 20:44:37 msofer Exp $ */ +#ifdef STDC_HEADERS #include +#else +typedef int ptrdiff_t; +#endif + #include "tclInt.h" /* -- cgit v0.12