]> code.delx.au - gnu-emacs/blobdiff - mac/inc/config.h
* makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
[gnu-emacs] / mac / inc / config.h
index b7257f35f35ae1265aa016215fdcaf1c80aae6b7..859ef017bc643bea0c6be47b493a74b3d444288f 100644 (file)
@@ -261,7 +261,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* #undef CRAY_STACKSEG_END */
 
-/* #undef UNEXEC_SRC unexelf.c
+/* #undef UNEXEC_SRC */
 
 /* #undef HAVE_LIBXBSD */
 /* #undef HAVE_XRMSETDATABASE */
@@ -366,6 +366,13 @@ Boston, MA 02111-1307, USA.  */
 /* Define to make ftello visible on some hosts (e.g. glibc 2.1.3).  */
 /* #undef _XOPEN_SOURCE */
 
+#ifdef __MRC__
+/* Use low-bits for tags.  If ENABLE_CHECKING is turned on together
+   with USE_LSB_TAG, optimization flags should be explicitly turned
+   off.  */
+#define USE_LSB_TAG
+#endif
+
 #ifdef __MRC__
 #define EMACS_CONFIGURATION "macos-mpw"
 #else  /* Assume CodeWarrior */