emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/gnus-select 6dbf88e 171/218: Fix the MSDOS build


From: Andrew G Cohen
Subject: [Emacs-diffs] feature/gnus-select 6dbf88e 171/218: Fix the MSDOS build
Date: Fri, 14 Dec 2018 03:35:31 -0500 (EST)

branch: feature/gnus-select
commit 6dbf88e27684aea5eea2d077d8e396da3082ea73
Author: Eli Zaretskii <address@hidden>
Commit: Andrew G Cohen <address@hidden>

    Fix the MSDOS build
    
    * msdos/sed2v2.inp (HAVE_SBRK): Define to 1.
---
 msdos/sed2v2.inp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp
index c57fa4b..d654405 100644
--- a/msdos/sed2v2.inp
+++ b/msdos/sed2v2.inp
@@ -32,6 +32,7 @@
 /^#undef DOS_NT *$/s/^.*$/#define DOS_NT/
 /^#undef FLOAT_CHECK_DOMAIN *$/s/^.*$/#define FLOAT_CHECK_DOMAIN/
 /^#undef HAVE_ALLOCA *$/s/^.*$/#define HAVE_ALLOCA 1/
+/^#undef HAVE_SBRK *$/s/^.*$/#define HAVE_SBRK 1/
 /^#undef HAVE_SETITIMER *$/s/^.*$/#define HAVE_SETITIMER 1/
 /^#undef HAVE_STRUCT_UTIMBUF *$/s/^.*$/#define HAVE_STRUCT_UTIMBUF 1/
 /^#undef LOCALTIME_CACHE *$/s/^.*$/#define LOCALTIME_CACHE 1/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]