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 >
Wrap
Text File
|
1993-07-23
|
221b
|
9 lines
/*
stack size def. Make the apropriate change in the ALLOCA def
in the makefile, if you change this.
*/
/* long _stksize = 550000; /* ... for lib alloca */
long _stksize = 32768; /* for C kludge... */