~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to atari/stack.c

  • Committer: Arnold D. Robbins
  • Date: 2010-07-16 08:58:26 UTC
  • Revision ID: git-v1:765c7494b3dac62207e6cd57fb839997e237f292
Moving to 2.13.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 */