Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4b3fd719
Commit
4b3fd719
authored
Mar 27, 2000
by
Gerd Moellmann
Browse files
(GC_SETJMP_WORKS): Define.
parent
c1005d06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
src/s/freebsd.h
src/s/freebsd.h
+6
-0
src/s/msdos.h
src/s/msdos.h
+6
-0
No files found.
src/s/freebsd.h
View file @
4b3fd719
...
...
@@ -167,3 +167,9 @@
be seen again in a later read(2), without the CRs. */
#define BROKEN_PTY_READ_AFTER_EAGAIN 1
/* Tell that garbage collector that setjmp is known to save all
registers relevant for conservative garbage collection in the
jmp_buf. */
#define GC_SETJMP_WORKS 1
src/s/msdos.h
View file @
4b3fd719
...
...
@@ -269,3 +269,9 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
/* We need a little extra space, see ../../lisp/loadup.el */
#define SYSTEM_PURESIZE_EXTRA 60000
#endif
/* Tell that garbage collector that setjmp is known to save all
registers relevant for conservative garbage collection in the
jmp_buf. */
#define GC_SETJMP_WORKS 1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment