comparison src/s/darwin.h @ 52826:99773e17bcaf

s/darwin.h (GC_MARK_STACK): Define.
author Andrew Choi <akochoi@shaw.ca>
date Sun, 12 Oct 2003 23:38:07 +0000
parents 695cf19ef79e
children a41b8fecf2d3
comparison
equal deleted inserted replaced
52825:34537e2e1a05 52826:99773e17bcaf
315 working when started from the command line. */ 315 working when started from the command line. */
316 #if defined (HAVE_CARBON) && (defined (emacs) || defined (temacs)) 316 #if defined (HAVE_CARBON) && (defined (emacs) || defined (temacs))
317 #define select sys_select 317 #define select sys_select
318 #endif 318 #endif
319 319
320 /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the
321 stack. */
322 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
323
320 /* arch-tag: 481d443d-4f89-43ea-b5fb-49706d95fa41 324 /* arch-tag: 481d443d-4f89-43ea-b5fb-49706d95fa41
321 (do not change this comment) */ 325 (do not change this comment) */