USE_PRECOMPILED_HEADERS renamed to MSL_USE_PRECOMPILED_HEADERS

This commit is contained in:
Jack Jansen 1998-02-20 16:04:01 +00:00
parent efaada75e4
commit 5e302dbfdf
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
#define USE_GUSI /* Stdio implemented with GUSI */
#define USE_MSL /* Use MSL libraries */
#ifdef USE_MSL
#define USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
#include <ansi_prefix.mac.h>
#endif