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 >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-07-23
|
221 b
|
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... */