diff options
author | das <das> | 2001-12-27 22:46:12 (GMT) |
---|---|---|
committer | das <das> | 2001-12-27 22:46:12 (GMT) |
commit | d279f3a31ab8738baedcb41295db291eb30ab96d (patch) | |
tree | a7d7b1a3c9226183e19b18f421be4f6a4e15a52c /mac/tclMacResource.r | |
parent | 275fcdde3fa7cacfabb89aaa4b4f6e9c513f217b (diff) | |
download | tcl-d279f3a31ab8738baedcb41295db291eb30ab96d.zip tcl-d279f3a31ab8738baedcb41295db291eb30ab96d.tar.gz tcl-d279f3a31ab8738baedcb41295db291eb30ab96d.tar.bz2 |
* mac/tclMacInit.c:
* mac/tclMacTclCode.r: synced up tclInit features to unix/win:
implemented TclSetPreInitScript support, use of existing tclInit
proc if defined, check of default encoding dir if set. Changed
script library resource names to lowercase (i.e. same as
corresponding files). Used Tcl_JoinPath instead of string append.
Check that system encoding could be loaded before utf translating
the LibraryPath.
* mac/tclMacApplication.r:
* mac/tclMacLibrary.r:
* mac/tclMacOSA.r:
* mac/tclMacResource.r: minor version resources cleanup
Diffstat (limited to 'mac/tclMacResource.r')
-rw-r--r-- | mac/tclMacResource.r | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/mac/tclMacResource.r b/mac/tclMacResource.r index b022078..b8ccedf 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.5 2001/11/23 01:28:26 das Exp $ + * RCS: @(#) $Id: tclMacResource.r,v 1.6 2001/12/27 22:46:28 das Exp $ */ #include <Types.r> @@ -26,21 +26,6 @@ #define RESOURCE_INCLUDED #include "tcl.h" -#if (TCL_RELEASE_LEVEL == 0) -# define RELEASE_LEVEL alpha -#elif (TCL_RELEASE_LEVEL == 1) -# define RELEASE_LEVEL beta -#elif (TCL_RELEASE_LEVEL == 2) -# define RELEASE_LEVEL final -#endif - -#if (TCL_RELEASE_LEVEL == 2) -# define MINOR_VERSION (TCL_MINOR_VERSION * 16) + TCL_RELEASE_SERIAL -#else -# define MINOR_VERSION TCL_MINOR_VERSION * 16 -#endif - - /* * The mechanisim below loads Tcl source into the resource fork of the * application. The example below creates a TEXT resource named |