]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the DJGPP build
authorPo Lu <luangruo@yahoo.com>
Sun, 12 May 2024 02:13:41 +0000 (10:13 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 12 May 2024 15:49:29 +0000 (17:49 +0200)
* msdos/sedlibmk.inp (HAVE_STRTOF, NULLPTR_T_NEEDS_STDDEF):
Define to 1.

(cherry picked from commit 47a0fc91dfc73c480fa5042810df304df647b758)

msdos/sedlibmk.inp

index 1d8ae77816810c55cb764c7c50f9e7c0dae0a068..fd3fde0ad0bb4a32303424507760a3e9b0719ecc 100644 (file)
@@ -251,6 +251,7 @@ s/@PACKAGE@/emacs/
 /^HAVE_STRPBRK *=/s/@HAVE_STRPBRK@/1/
 /^HAVE_STRSEP *=/s/@HAVE_STRSEP@/1/
 /^HAVE_STRTOD *=/s/@HAVE_STRTOD@/1/
+/^HAVE_STRTOF *=/s/@HAVE_STRTOF@/1/
 /^HAVE_STRTOLL *=/s/@HAVE_STRTOLL@/1/
 /^HAVE_STRTOULL *=/s/@HAVE_STRTOULL@/1/
 /^HAVE_STRUCT_TIMEVAL *=/s/@HAVE_STRUCT_TIMEVAL@/1/
@@ -321,6 +322,7 @@ s/@PACKAGE@/emacs/
 /^NEXT_TIME_H *=/s/@[^@\n]*@/<time.h>/
 /^NEXT_INTTYPES_H *=/s/@[^@\n]*@//
 /^NEXT_UNISTD_H *=/s/@[^@\n]*@/<unistd.h>/
+/^NULLPTR_T_NEEDS_STDDEF *=/s/@[^@\n]*@/1/
 /^OBJEXT *=/s/@[^@\n]*@/o/
 /^PRAGMA_COLUMNS *=/s/@[^@\n]*@//
 /^PRAGMA_SYSTEM_HEADER *=/s/@[^@\n]*@/\\\#pragma GCC system_header/