diff options
Diffstat (limited to 'mac/tkMacLibrary.r')
-rw-r--r-- | mac/tkMacLibrary.r | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tkMacLibrary.r b/mac/tkMacLibrary.r index efc3858..88474f2 100644 --- a/mac/tkMacLibrary.r +++ b/mac/tkMacLibrary.r @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacLibrary.r,v 1.7 2001/12/27 22:45:13 das Exp $ + * RCS: @(#) $Id: tkMacLibrary.r,v 1.8 2002/09/12 17:34:16 das Exp $ */ #include <Types.r> @@ -22,7 +22,7 @@ * the version string for Tcl. */ -#define RESOURCE_INCLUDED +#define RC_INVOKED #include <tcl.h> #include "tk.h" |