From bc70de7b3302d5a81515b901cae376b8b51d2004 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 13:09:56 +0300 Subject: Move to gawk-3.1.0. --- unsupported/atari/stack.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 unsupported/atari/stack.c (limited to 'unsupported/atari/stack.c') diff --git a/unsupported/atari/stack.c b/unsupported/atari/stack.c new file mode 100644 index 00000000..c57880da --- /dev/null +++ b/unsupported/atari/stack.c @@ -0,0 +1,6 @@ +/* + * This value indicates an amount of reserved memory for a stack + * in executables - see source of a startup code for details. + * It can be changed without recompilation with fixstk.ttp utility. + */ +long _stksize = 2L; /* keep half of memory */ -- cgit v1.2.3