home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / gnu / gawk213s.lzh / GAWK213S / STACK.C < prev    next >
Text File  |  1993-07-29  |  248b  |  7 lines

  1. /*
  2.  * This value indicates an amount of reserved memory for a stack
  3.  * in executables - see source of a startup code for details.
  4.  * It can be changed without recompilation with fixstk.ttp utility.
  5.  */
  6. long _stksize = 2L; /* keep half of memory */
  7.