From 765c7494b3dac62207e6cd57fb839997e237f292 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 11:58:26 +0300 Subject: Moving to 2.13.2. --- atari/stack.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 atari/stack.c (limited to 'atari/stack.c') diff --git a/atari/stack.c b/atari/stack.c new file mode 100644 index 00000000..c57880da --- /dev/null +++ b/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