diff options
Diffstat (limited to 'generic/tkTest.c')
-rw-r--r-- | generic/tkTest.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/generic/tkTest.c b/generic/tkTest.c index 755bc1b..970f0c0 100644 --- a/generic/tkTest.c +++ b/generic/tkTest.c @@ -13,13 +13,9 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkTest.c,v 1.10 2000/02/08 11:31:34 hobbs Exp $ + * RCS: @(#) $Id: tkTest.c,v 1.11 2000/02/10 08:52:36 hobbs Exp $ */ -#ifdef MAC_TCL -#define USE_OLD_IMAGE -#endif - #include "tkInt.h" #include "tkPort.h" #include "tkText.h" |