emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 cc1702f: Fix the MSDOS build


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 cc1702f: Fix the MSDOS build
Date: Thu, 22 Mar 2018 05:16:01 -0400 (EDT)

branch: emacs-26
commit cc1702f790443cac70f93661d2a5552caf986769
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <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 d18242e..ea75356 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]