diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-07-23 12:59:00 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-07-23 12:59:00 +0000 |
commit | b2d305a89db9fa21feae76bccbde05a05f2c4e91 (patch) | |
tree | bd63eb120e186bf1d79e35fa5410f3ae8ba4081c /msdos | |
parent | ce6b02e050118c7bc5837bda0f6bc5568870fc91 (diff) | |
download | emacs-b2d305a89db9fa21feae76bccbde05a05f2c4e91.tar.gz |
Define ALLOCA to an empty string.
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/sed3v2.inp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/sed3v2.inp b/msdos/sed3v2.inp index ae3fa216a58..3f7138dbeb6 100644 --- a/msdos/sed3v2.inp +++ b/msdos/sed3v2.inp @@ -14,7 +14,7 @@ /^CFLAGS *=/s!=.*$!=-O2 -g! /^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS! /^LOADLIBES *=/s!=.*$!=! -/^ALLOCA *=/s!=.*$!=alloca.o! +/^ALLOCA *=/s!@ALLOCA@!! /^INSTALLABLES/s/emacsclient *// s!^ \./! ! /^UTILITIES=/s/ wakeup// |