/[emacs]/emacs/src/emacs.c
ViewVC logotype

Diff of /emacs/src/emacs.c

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

revision 1.328 by jasonr, Wed May 21 20:43:38 2003 UTC revision 1.328.2.1 by fx, Wed Jun 11 11:39:37 2003 UTC
# Line 40  Boston, MA 02111-1307, USA.  */ Line 40  Boston, MA 02111-1307, USA.  */
40  #include <sys/ioctl.h>  #include <sys/ioctl.h>
41  #endif  #endif
42    
43    #ifdef BOEHM_GC
44    #include <gc.h>
45    #endif
46    
47  #ifdef WINDOWSNT  #ifdef WINDOWSNT
48  #include <fcntl.h>  #include <fcntl.h>
49  #endif  #endif
# Line 793  main (argc, argv Line 797  main (argc, argv
797    int no_loadup = 0;    int no_loadup = 0;
798    char *junk = 0;    char *junk = 0;
799    
800  #if GC_MARK_STACK  #if GC_MARK_STACK || defined (BOEHM_GC)
801    extern Lisp_Object *stack_base;    extern Lisp_Object *stack_base;
802    stack_base = &dummy;    stack_base = &dummy;
803  #endif  #endif
804    #ifdef BOEHM_GC
805      /* Preferable to avoid setting it automatically; see gc.h.  */
806      GC_stackbottom = (char *) stack_base;
807    #endif
808    
809  #ifdef LINUX_SBRK_BUG  #ifdef LINUX_SBRK_BUG
810    __sbrk (1);    __sbrk (1);

Legend:
Removed from v.1.328  
changed lines
  Added in v.1.328.2.1

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