diff options
author | das <das> | 2002-09-12 17:33:19 (GMT) |
---|---|---|
committer | das <das> | 2002-09-12 17:33:19 (GMT) |
commit | 84bbc0ca20531d25fea737aaccf2202e35a84ca2 (patch) | |
tree | a2cb0a968159ab36f7acc7eacc94e985c4085c49 /mac | |
parent | 2df9ddec36fa63a36a21e253b3951b78c42b7694 (diff) | |
download | tcl-84bbc0ca20531d25fea737aaccf2202e35a84ca2.zip tcl-84bbc0ca20531d25fea737aaccf2202e35a84ca2.tar.gz tcl-84bbc0ca20531d25fea737aaccf2202e35a84ca2.tar.bz2 |
* generic/tcl.h:
* mac/tclMacApplication.r:
* mac/tclMacLibrary.r:
* mac/tclMacResource.r: unified use of the two equivalent
resource compiler header inclusion defines RC_INVOKED and
RESOURCE_INCLUDED, now use RC_INVOKED throughout.
Diffstat (limited to 'mac')
-rw-r--r-- | mac/tclMacApplication.r | 4 | ||||
-rw-r--r-- | mac/tclMacLibrary.r | 4 | ||||
-rw-r--r-- | mac/tclMacResource.r | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mac/tclMacApplication.r b/mac/tclMacApplication.r index b848da1..280c4ad 100644 --- a/mac/tclMacApplication.r +++ b/mac/tclMacApplication.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: tclMacApplication.r,v 1.5 2001/12/27 22:46:15 das Exp $ + * RCS: @(#) $Id: tclMacApplication.r,v 1.6 2002/09/12 17:33:20 das Exp $ */ #include <Types.r> @@ -21,7 +21,7 @@ * the version string for Tcl. */ -#define RESOURCE_INCLUDED +#define RC_INVOKED #include "tcl.h" #if (TCL_RELEASE_LEVEL == 0) diff --git a/mac/tclMacLibrary.r b/mac/tclMacLibrary.r index 8aa8c25..5fd1cbe 100644 --- a/mac/tclMacLibrary.r +++ b/mac/tclMacLibrary.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: tclMacLibrary.r,v 1.6 2001/12/27 22:46:22 das Exp $ + * RCS: @(#) $Id: tclMacLibrary.r,v 1.7 2002/09/12 17:33:20 das Exp $ */ #include <Types.r> @@ -21,7 +21,7 @@ * the version string for Tcl. */ -#define RESOURCE_INCLUDED +#define RC_INVOKED #include "tcl.h" #if (TCL_RELEASE_LEVEL == 0) diff --git a/mac/tclMacResource.r b/mac/tclMacResource.r index 3cb9d88..664b715 100644 --- a/mac/tclMacResource.r +++ b/mac/tclMacResource.r @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclMacResource.r,v 1.7 2002/04/23 14:26:42 das Exp $ + * RCS: @(#) $Id: tclMacResource.r,v 1.8 2002/09/12 17:33:20 das Exp $ */ #include <Types.r> @@ -23,7 +23,7 @@ * the version string for Tcl. */ -#define RESOURCE_INCLUDED +#define RC_INVOKED #include "tcl.h" /* |