aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorAndrew Choi2002-04-26 23:39:06 +0000
committerAndrew Choi2002-04-26 23:39:06 +0000
commite0f712ba55fa0d073f6ab93606e428f61fc7caf2 (patch)
tree7dc6d3403fafcbee1a83288ac840f7eba1d92b44 /src/alloc.c
parent501d8923ae2cdec4ef50f050bb66d3715ba2a8f6 (diff)
downloademacs-e0f712ba55fa0d073f6ab93606e428f61fc7caf2.tar.gz
emacs-e0f712ba55fa0d073f6ab93606e428f61fc7caf2.zip
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
lisp/ChangeLog, and src/ChangeLog for list of changes.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 067dd7b753e..9116508bf6a 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -1341,7 +1341,7 @@ allocate_string ()
1341 1341
1342#ifdef GC_CHECK_STRING_BYTES 1342#ifdef GC_CHECK_STRING_BYTES
1343 if (!noninteractive 1343 if (!noninteractive
1344#ifdef macintosh 1344#ifdef MAC_OS8
1345 && current_sblock 1345 && current_sblock
1346#endif 1346#endif
1347 ) 1347 )