diff options
| author | das <das> | 2002-09-12 17:33:19 (GMT) |
|---|---|---|
| committer | das <das> | 2002-09-12 17:33:19 (GMT) |
| commit | 073a7688e608850cf85877e90725a885ca89a42a (patch) | |
| tree | a2cb0a968159ab36f7acc7eacc94e985c4085c49 /mac/tclMacLibrary.r | |
| parent | 535b328a336c60c09c8f026e7cb834de1dcdb7ff (diff) | |
| download | tcl-073a7688e608850cf85877e90725a885ca89a42a.zip tcl-073a7688e608850cf85877e90725a885ca89a42a.tar.gz tcl-073a7688e608850cf85877e90725a885ca89a42a.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/tclMacLibrary.r')
| -rw-r--r-- | mac/tclMacLibrary.r | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
