diff options
| author | Joakim Verona | 2012-04-26 11:59:27 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-04-26 11:59:27 +0200 |
| commit | 6346156f96f3d3492dd3ca1f3d3a5db55ab3c3b2 (patch) | |
| tree | 9361a618467f2089e7e4b409d5f9f7b4e4f23a1d /src/s/gnu-linux.h | |
| parent | ab5b626f97ea7d71a98a06d8cc777fa925a1f716 (diff) | |
| parent | e6fd457e010c2ec034a331335530d817852cc11c (diff) | |
| download | emacs-6346156f96f3d3492dd3ca1f3d3a5db55ab3c3b2.tar.gz emacs-6346156f96f3d3492dd3ca1f3d3a5db55ab3c3b2.zip | |
upstream partial out of memory
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index c1233c0e6ce..d04ea33068a 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -145,7 +145,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 145 | || defined __arm__ || defined __powerpc__ || defined __amd64__ \ | 145 | || defined __arm__ || defined __powerpc__ || defined __amd64__ \ |
| 146 | || defined __ia64__ || defined __sh__ | 146 | || defined __ia64__ || defined __sh__ |
| 147 | #define GC_SETJMP_WORKS 1 | 147 | #define GC_SETJMP_WORKS 1 |
| 148 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | ||
| 149 | #ifdef __ia64__ | 148 | #ifdef __ia64__ |
| 150 | #define GC_MARK_SECONDARY_STACK() \ | 149 | #define GC_MARK_SECONDARY_STACK() \ |
| 151 | do { \ | 150 | do { \ |
| @@ -155,4 +154,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 155 | __builtin_ia64_bsp ()); \ | 154 | __builtin_ia64_bsp ()); \ |
| 156 | } while (0) | 155 | } while (0) |
| 157 | #endif | 156 | #endif |
| 157 | #else | ||
| 158 | #define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE | ||
| 158 | #endif | 159 | #endif |