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 | 27ffd10e62c28ebf694289133cc99ba70af94cf0 (patch) | |
tree | e4a99c75f404498d9b051b820a569792f23ee182 /msdos | |
parent | c532f34968d0dded35102514f3c8080582e1b540 (diff) | |
download | emacs-27ffd10e62c28ebf694289133cc99ba70af94cf0.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]*@/./ |