From 1b2de274591d07480256539c4be65299d1dde3e9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 24 Apr 2011 15:48:30 +0300 Subject: Repair the MSDOS build following latest changes. msdos/sedlibmk.inp (am_libgnu_a_OBJECTS): Edit out allocator.$(OBJEXT). Add editing for the new GNULIB_* and REPLACE_* variables. src/msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list to changes in oldXMenu/XMenu.h from 2011-04-16. : Constify. (IT_menu_make_room): menu->help_text is now `const char **'; adjust. src/msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes to changes in oldXMenu/XMenu.h from 2011-04-16. (struct XMenu): Declare `help_text' `const char **'. src/xfaces.c : Make extern again. src/syntax.c: Include sys/types.h before including regex.h, as required by Posix. --- src/syntax.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/syntax.c') diff --git a/src/syntax.c b/src/syntax.c index 4be6b8db14..9013a897dd 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -19,7 +19,9 @@ along with GNU Emacs. If not, see . */ #include + #include +#include #include #include "lisp.h" #include "commands.h" -- cgit v1.2.3