comparison src/s/msdos.h @ 35553:79eb2dc0229e

Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 25 Jan 2001 13:00:13 +0000
parents a600f3477e8f
children 6fd0d497fc9c
comparison
equal deleted inserted replaced
35552:bf541983af82 35553:79eb2dc0229e
268 #else 268 #else
269 /* We need a little extra space, see ../../lisp/loadup.el */ 269 /* We need a little extra space, see ../../lisp/loadup.el */
270 #define SYSTEM_PURESIZE_EXTRA 60000 270 #define SYSTEM_PURESIZE_EXTRA 60000
271 #endif 271 #endif
272 272
273 /* Tell that garbage collector that setjmp is known to save all 273 /* Tell the garbage collector that setjmp is known to save all
274 registers relevant for conservative garbage collection in the 274 registers relevant for conservative garbage collection in the
275 jmp_buf. */ 275 jmp_buf. */
276 276
277 #define GC_SETJMP_WORKS 1 277 #define GC_SETJMP_WORKS 1
278 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS 278 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS