diff options
| author | Stefan Monnier | 2007-09-07 20:04:58 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-09-07 20:04:58 +0000 |
| commit | 179cef4807becdf73e2a81a4ba52bff81b4530ee (patch) | |
| tree | d2ab77ad73ac2863c969541c07688d143e40b5c3 /src/s | |
| parent | 92f94a128df584f5a2040363a97c2f30530f059c (diff) | |
| download | emacs-179cef4807becdf73e2a81a4ba52bff81b4530ee.tar.gz emacs-179cef4807becdf73e2a81a4ba52bff81b4530ee.zip | |
(GC_MARK_STACK): Enable conservative stack marking.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/cygwin.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/cygwin.h b/src/s/cygwin.h index 3c0d9c410a0..1785c7c6c76 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h | |||
| @@ -140,6 +140,12 @@ Boston, MA 02110-1301, USA. */ | |||
| 140 | change their controlling terminal */ | 140 | change their controlling terminal */ |
| 141 | #define vfork fork | 141 | #define vfork fork |
| 142 | 142 | ||
| 143 | /* This should work (at least when compiling with gcc). But I have no way | ||
| 144 | or intention to verify or even test it. If you encounter a problem with | ||
| 145 | it, feel free to change this setting, but please add a comment here about | ||
| 146 | why it needed to be changed. */ | ||
| 147 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | ||
| 148 | |||
| 143 | /* the end */ | 149 | /* the end */ |
| 144 | 150 | ||
| 145 | /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b | 151 | /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b |