]> git.eshelyaron.com Git - emacs.git/commitdiff
* nsterm.m:
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 19 Oct 2009 16:58:18 +0000 (16:58 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 19 Oct 2009 16:58:18 +0000 (16:58 +0000)
* nsselect.m:
* nsmenu.m:
* nsimage.m:
* nsfont.m:
* nsfns.m: Include setjmp.h.  (Bug#4643)

src/ChangeLog
src/nsfns.m
src/nsfont.m
src/nsimage.m
src/nsmenu.m
src/nsselect.m
src/nsterm.m

index 97f27d0d14cfe8d34914d0b1bbbbe00ccb3733b0..b3f9d9f51cf760a9c6c911cb35a5413a317b1582 100644 (file)
        * ralloc.c:
        * process.c:
        * print.c:
+       * nsterm.m:
+       * nsselect.m:
+       * nsmenu.m:
+       * nsimage.m:
+       * nsfont.m:
+       * nsfns.m:
        * msdos.c:
        * minibuf.c:
        * menu.c:
index e01edcadcc915c2ee158d5c711de62cecc428b8f..dbd41707e719bc815886dbdc256f8f949d92e5d3 100644 (file)
@@ -31,6 +31,7 @@ GNUstep port and post-20 update by Adrian Robert (arobert@cogsci.ucsd.edu)
 
 #include <signal.h>
 #include <math.h>
+#include <setjmp.h>
 
 #include "lisp.h"
 #include "blockinput.h"
index f723acd39972485964d5474fa094500a864df1f8..dded6a3b8a207af500b535a850096216bf9a914a 100644 (file)
@@ -23,6 +23,7 @@ Author: Adrian Robert (arobert@cogsci.ucsd.edu)
 /* This should be the first include, as it may set up #defines affecting
    interpretation of even the system includes. */
 #include "config.h"
+#include <setjmp.h>
 
 #include "lisp.h"
 #include "dispextern.h"
index 87499b0a232b367fdd22c2b6e3af8d833023b973..1f31a8c961c3130eb0dddac01fb07009eec30e20 100644 (file)
@@ -28,6 +28,7 @@ GNUstep port and post-20 update by Adrian Robert (arobert@cogsci.ucsd.edu)
 /* This should be the first include, as it may set up #defines affecting
    interpretation of even the system includes. */
 #include "config.h"
+#include <setjmp.h>
 
 #include "lisp.h"
 #include "dispextern.h"
index 937073f074b3b495bacf1c9fdd68d6cc3cff255e..07cc3f0fcc3196e4c1863cb5f369bbe68c9455a1 100644 (file)
@@ -24,6 +24,7 @@ Carbon version by Yamamoto Mitsuharu. */
 /* This should be the first include, as it may set up #defines affecting
    interpretation of even the system includes. */
 #include "config.h"
+#include <setjmp.h>
 
 #include "lisp.h"
 #include "window.h"
index 665b8cfd5ef7aab3cb3a24111091cf5ac358941c..677918f18c0e9897d74eb1da6a894ed9b13e16d9 100644 (file)
@@ -28,6 +28,7 @@ GNUstep port and post-20 update by Adrian Robert (arobert@cogsci.ucsd.edu)
 /* This should be the first include, as it may set up #defines affecting
    interpretation of even the system includes. */
 #include "config.h"
+#include <setjmp.h>
 
 #include "lisp.h"
 #include "nsterm.h"
index bc17f572a97119c7bbdb5b0a4bed0ef54436ef8c..9256c084e28ed544a70f686431b6fd9623013ed4 100644 (file)
@@ -34,6 +34,7 @@ GNUstep port and post-20 update by Adrian Robert (arobert@cogsci.ucsd.edu)
 #include <time.h>
 #include <signal.h>
 #include <unistd.h>
+#include <setjmp.h>
 
 #include "lisp.h"
 #include "blockinput.h"