diff options
Diffstat (limited to 'mac')
-rw-r--r-- | mac/tclMacTest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tclMacTest.c b/mac/tclMacTest.c index 9598848..92becad 100644 --- a/mac/tclMacTest.c +++ b/mac/tclMacTest.c @@ -9,11 +9,11 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclMacTest.c,v 1.4 1999/05/11 07:13:36 jingham Exp $ + * RCS: @(#) $Id: tclMacTest.c,v 1.5 2002/08/05 03:24:41 dgp Exp $ */ #define TCL_TEST - +#define USE_COMPAT_CONST #include "tclInt.h" #include "tclMacInt.h" #include "tclMacPort.h" |