diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-09-07 17:25:55 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-09-07 17:25:55 +0000 |
commit | 9d6784023fb144376e332d2d93efb4389908d4e9 (patch) | |
tree | 9f947c5b58a495514efc1cc37573dffb3f8781e5 /msdos | |
parent | b0f166c11ac978c9388f6feb0376bc8057f8ae71 (diff) | |
download | emacs-9d6784023fb144376e332d2d93efb4389908d4e9.tar.gz |
Enlarge the stack size of temacs to 100KB.
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/sed1v2.inp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp index 40d8c4ed492..0aac821a5df 100644 --- a/msdos/sed1v2.inp +++ b/msdos/sed1v2.inp @@ -6,7 +6,7 @@ s/^[ \f\t][ \f\t]*$// s/^ / / s/\.h\.in/.h-in/ /^ \.\/temacs/i\ - stubedit temacs.exe minstack=40k + stubedit temacs.exe minstack=100k /^MAKE *=/s/^/# / /^SHELL *=/s/^/# / /^srcdir *=/s/@[^@\n]*@/./ |