/[emacs]/emacs/mac/inc/s-mac.h
ViewVC logotype

Diff of /emacs/mac/inc/s-mac.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by miles, Mon Sep 1 15:45:44 2003 UTC revision 1.4 by tamm, Mon Dec 27 17:23:53 2004 UTC
# Line 255  void read_input_waiting (); Line 255  void read_input_waiting ();
255  #include <unistd.h>  #include <unistd.h>
256  #endif  #endif
257    
258    #ifndef X_OK
259    #define X_OK 01
260    #endif
261    
262  #undef unlink  #undef unlink
263  #define unlink sys_unlink  #define unlink sys_unlink
264  #undef read  #undef read
# Line 319  extern double atof (const char *); Line 323  extern double atof (const char *);
323    
324  #define SYMS_SYSTEM syms_of_mac()  #define SYMS_SYSTEM syms_of_mac()
325    
326    #ifdef USE_LSB_TAG
327    #ifdef __MRC__
328    #define DECL_ALIGN(type, var) type var
329    #endif
330    #endif
331    
332    /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the
333       stack.  */
334    #define GC_MARK_STACK   GC_MAKE_GCPROS_NOOPS
335    
336  /* arch-tag: 6a941c4b-a419-4d25-80ac-9335053e58b2  /* arch-tag: 6a941c4b-a419-4d25-80ac-9335053e58b2
337     (do not change this comment) */     (do not change this comment) */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26