Mercurial > emacs
changeset 105676:bb413968898a
* nsterm.m:
* nsselect.m:
* nsmenu.m:
* nsimage.m:
* nsfont.m:
* nsfns.m: Include setjmp.h. (Bug#4643)
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 19 Oct 2009 16:58:18 +0000 |
parents | 6a84af00a480 |
children | ecd13e4eaf2a |
files | src/ChangeLog src/nsfns.m src/nsfont.m src/nsimage.m src/nsmenu.m src/nsselect.m src/nsterm.m |
diffstat | 7 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Oct 19 15:03:24 2009 +0000 +++ b/src/ChangeLog Mon Oct 19 16:58:18 2009 +0000 @@ -60,6 +60,12 @@ * ralloc.c: * process.c: * print.c: + * nsterm.m: + * nsselect.m: + * nsmenu.m: + * nsimage.m: + * nsfont.m: + * nsfns.m: * msdos.c: * minibuf.c: * menu.c:
--- a/src/nsfns.m Mon Oct 19 15:03:24 2009 +0000 +++ b/src/nsfns.m Mon Oct 19 16:58:18 2009 +0000 @@ -31,6 +31,7 @@ #include <signal.h> #include <math.h> +#include <setjmp.h> #include "lisp.h" #include "blockinput.h"
--- a/src/nsfont.m Mon Oct 19 15:03:24 2009 +0000 +++ b/src/nsfont.m Mon Oct 19 16:58:18 2009 +0000 @@ -23,6 +23,7 @@ /* 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"
--- a/src/nsimage.m Mon Oct 19 15:03:24 2009 +0000 +++ b/src/nsimage.m Mon Oct 19 16:58:18 2009 +0000 @@ -28,6 +28,7 @@ /* 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"
--- a/src/nsmenu.m Mon Oct 19 15:03:24 2009 +0000 +++ b/src/nsmenu.m Mon Oct 19 16:58:18 2009 +0000 @@ -24,6 +24,7 @@ /* 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"
--- a/src/nsselect.m Mon Oct 19 15:03:24 2009 +0000 +++ b/src/nsselect.m Mon Oct 19 16:58:18 2009 +0000 @@ -28,6 +28,7 @@ /* 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"