The R Project SVN R

Rev

Rev 11224 | Rev 45667 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11224 Rev 12778
Line 77... Line 77...
77
   them are very simple, and don't have an xmalloc routine.
77
   them are very simple, and don't have an xmalloc routine.
78
 
78
 
79
   Non-Emacs programs expect this to call xmalloc.
79
   Non-Emacs programs expect this to call xmalloc.
80
 
80
 
81
   Callers below should use malloc.  */
81
   Callers below should use malloc.  */
82
 
-
 
83
#  ifndef emacs
82
#  ifndef emacs
-
 
83
#ifndef macintosh
84
#   define malloc xmalloc
84
 #   define malloc xmalloc
-
 
85
#endif /* mac */
85
#  endif
86
#  endif
86
extern pointer malloc ();
87
extern pointer malloc ();
87
 
88
 
88
/* Define STACK_DIRECTION if you know the direction of stack
89
/* Define STACK_DIRECTION if you know the direction of stack
89
   growth for your system; otherwise it will be automatically
90
   growth for your system; otherwise it will be automatically