Artifact 5d141489d76c477e4277355d508128c42ea1bc2b:
- Executable file mac/MW_TclHeader.h — part of check-in [aa8b2f16c1] at 2000-02-10 08:38:58 on branch trunk — Change to using .h files as the prefix file. This is more convenient, since the same file can be used for all targets. Also add a pre-built .pch file for tcltest (user: jingham size: 130) [more...]
#if __POWERPC__ #include "MW_TclHeaderPPC" #elif __CFM68K__ #include "MW_TclHeaderCFM68K" #else #include "MW_TclHeader68K" #endif