diff options
| author | Miles Bader | 2008-01-30 07:57:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-01-30 07:57:28 +0000 |
| commit | d235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch) | |
| tree | 96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /src/alloc.c | |
| parent | 3709a060f679dba14df71ae64a0035fa2b5b3106 (diff) | |
| parent | 02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff) | |
| download | emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/alloc.c b/src/alloc.c index be75fc47cbf..c1ebd0cf2a3 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -1928,11 +1928,7 @@ allocate_string () | |||
| 1928 | consing_since_gc += sizeof *s; | 1928 | consing_since_gc += sizeof *s; |
| 1929 | 1929 | ||
| 1930 | #ifdef GC_CHECK_STRING_BYTES | 1930 | #ifdef GC_CHECK_STRING_BYTES |
| 1931 | if (!noninteractive | 1931 | if (!noninteractive) |
| 1932 | #ifdef MAC_OS8 | ||
| 1933 | && current_sblock | ||
| 1934 | #endif | ||
| 1935 | ) | ||
| 1936 | { | 1932 | { |
| 1937 | if (++check_string_bytes_count == 200) | 1933 | if (++check_string_bytes_count == 200) |
| 1938 | { | 1934 | { |