.
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=65
This commit is contained in:
@@ -348,6 +348,16 @@
|
||||
|
||||
profile${EXEEXT}: ${srcdir}/profile.c ../src/config.h
|
||||
$(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile
|
||||
--- lib-src/pop.c
|
||||
+++ lib-src/pop.c 2011-11-28 08:38:56.235647209 +0000
|
||||
@@ -29,6 +29,7 @@ along with GNU Emacs. If not, see <http
|
||||
#ifdef MAIL_USE_POP
|
||||
|
||||
#include <sys/types.h>
|
||||
+#include <ctype.h>
|
||||
#ifdef WINDOWSNT
|
||||
#include "ntlib.h"
|
||||
#include <winsock.h>
|
||||
--- lib-src/vcdiff
|
||||
+++ lib-src/vcdiff 2009-08-12 13:22:18.000000000 +0000
|
||||
@@ -76,6 +76,8 @@ esac
|
||||
@@ -1231,3 +1241,13 @@
|
||||
/* Best not to include -lg, unless it is last on the command line */
|
||||
#define LIBS_DEBUG
|
||||
#undef LIB_GCC
|
||||
--- src/sysdep.c
|
||||
+++ src/sysdep.c 2011-11-28 08:46:29.903146518 +0000
|
||||
@@ -131,6 +131,7 @@ extern int quit_char;
|
||||
#include "dispextern.h"
|
||||
#include "process.h"
|
||||
#include "cm.h" /* for reset_sys_modes */
|
||||
+extern void tputs P_ ((const char *, int, int (*)(int)));
|
||||
|
||||
/* For serial_configure and serial_open. */
|
||||
extern Lisp_Object QCport, QCspeed, QCprocess;
|
||||
|
Reference in New Issue
Block a user