diff options
| author | Joakim Verona | 2013-01-13 00:03:43 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-01-13 00:03:43 +0100 |
| commit | ec43cd5d7289dd1a994dc3517fccce1611966f89 (patch) | |
| tree | a52fa958b4c50e92932bcf5381f749a1846a908f /src/alloc.c | |
| parent | c655adbbab4baf73b652c86dcc53a2fc049ea7a5 (diff) | |
| parent | 71c661e4e6ab3857804113bc41fc2310343c9169 (diff) | |
| download | emacs-ec43cd5d7289dd1a994dc3517fccce1611966f89.tar.gz emacs-ec43cd5d7289dd1a994dc3517fccce1611966f89.zip | |
auto upstream
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/alloc.c b/src/alloc.c index 8dc3f11e80a..b147aa20723 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -4446,11 +4446,6 @@ mark_memory (void *start, void *end) | |||
| 4446 | } | 4446 | } |
| 4447 | } | 4447 | } |
| 4448 | 4448 | ||
| 4449 | /* setjmp will work with GCC unless NON_SAVING_SETJMP is defined in | ||
| 4450 | the GCC system configuration. In gcc 3.2, the only systems for | ||
| 4451 | which this is so are i386-sco5 non-ELF, i386-sysv3 (maybe included | ||
| 4452 | by others?) and ns32k-pc532-min. */ | ||
| 4453 | |||
| 4454 | #if !defined GC_SAVE_REGISTERS_ON_STACK && !defined GC_SETJMP_WORKS | 4449 | #if !defined GC_SAVE_REGISTERS_ON_STACK && !defined GC_SETJMP_WORKS |
| 4455 | 4450 | ||
| 4456 | static bool setjmp_tested_p; | 4451 | static bool setjmp_tested_p; |