home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / gnu / g__src3 / stack.c < prev    next >
Text File  |  1993-07-23  |  221b  |  9 lines

  1.  
  2. /* 
  3.    stack size def.  Make the apropriate change in the ALLOCA def
  4.    in the makefile, if you change this.
  5. */
  6.  
  7. /* long _stksize = 550000;     /* ... for lib alloca */
  8. long _stksize = 32768;        /* for C kludge... */
  9.