diff options
| author | Dan Nicolaescu | 2008-01-13 00:43:55 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-01-13 00:43:55 +0000 |
| commit | e39a993cce3b5d82cb997e34200a5395c315e3a6 (patch) | |
| tree | bef5f75e893c2c4e958764fb9f7b359c27aa3847 /src/alloc.c | |
| parent | 8d8ccf3636b6ae7f296ac4613b2dc87c7b159599 (diff) | |
| download | emacs-e39a993cce3b5d82cb997e34200a5395c315e3a6.tar.gz emacs-e39a993cce3b5d82cb997e34200a5395c315e3a6.zip | |
* movemail.c:
* make-docfile.c: Remove reference to symbols defined by systems
not supported anymore: MAC_OS8, XENIX and STRIDE.
* (src/m/mips.h):
* (src/m/intel386.h):
* callproc.c:
* config.in:
* ecrt0.c:
* emacs.c:
* fileio.c:
* frame.c:
* getpagesize.h:
* keyboard.c:
* lread.c:
* process.c:
* puresize.h:
* sysdep.c:
* systty.h:
* syswait.h:
* unexec.c:
* xdisp.c:
* alloc.c: Remove code containing references to symbols defined by
unsupported systems.
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 6ded38c17da..86a48e4dd18 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 | { |