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/lisp.h | |
| parent | ab5b626f97ea7d71a98a06d8cc777fa925a1f716 (diff) | |
| parent | e6fd457e010c2ec034a331335530d817852cc11c (diff) | |
| download | emacs-6346156f96f3d3492dd3ca1f3d3a5db55ab3c3b2.tar.gz emacs-6346156f96f3d3492dd3ca1f3d3a5db55ab3c3b2.zip | |
upstream partial out of memory
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 1f98780e8e9..0d66f57fdb1 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2225,7 +2225,7 @@ struct gcpro | |||
| 2225 | #define GC_USE_GCPROS_CHECK_ZOMBIES 3 | 2225 | #define GC_USE_GCPROS_CHECK_ZOMBIES 3 |
| 2226 | 2226 | ||
| 2227 | #ifndef GC_MARK_STACK | 2227 | #ifndef GC_MARK_STACK |
| 2228 | #define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE | 2228 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 2229 | #endif | 2229 | #endif |
| 2230 | 2230 | ||
| 2231 | /* Whether we do the stack marking manually. */ | 2231 | /* Whether we do the stack marking manually. */ |