diff options
Diffstat (limited to 'mac')
-rw-r--r-- | mac/tkMacApplication.r | 4 | ||||
-rw-r--r-- | mac/tkMacLibrary.r | 4 | ||||
-rw-r--r-- | mac/tkMacResource.r | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mac/tkMacApplication.r b/mac/tkMacApplication.r index 7be4472..9b61a5c 100644 --- a/mac/tkMacApplication.r +++ b/mac/tkMacApplication.r @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacApplication.r,v 1.6 2001/12/27 22:45:07 das Exp $ + * RCS: @(#) $Id: tkMacApplication.r,v 1.7 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 "tk.h" #if (TK_RELEASE_LEVEL == 0) 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" diff --git a/mac/tkMacResource.r b/mac/tkMacResource.r index 6daace7..74f469e 100644 --- a/mac/tkMacResource.r +++ b/mac/tkMacResource.r @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacResource.r,v 1.9 2002/04/23 14:28:02 das Exp $ + * RCS: @(#) $Id: tkMacResource.r,v 1.10 2002/09/12 17:34:16 das Exp $ */ /* @@ -28,7 +28,7 @@ * the version string for Tcl. */ -#define RESOURCE_INCLUDED +#define RC_INVOKED #include "tcl.h" #include "tk.h" |