diff options
| author | Dan Nicolaescu | 2009-10-19 04:27:09 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-10-19 04:27:09 +0000 |
| commit | d7306fe6b15ccdc49a066c05e5e86df8e005e859 (patch) | |
| tree | 94c95272d2541ca995105e2b64e96470be9702af /lwlib | |
| parent | a9e7f03da3de5df3c3d0563caf4d408ad0858de5 (diff) | |
| download | emacs-d7306fe6b15ccdc49a066c05e5e86df8e005e859.tar.gz emacs-d7306fe6b15ccdc49a066c05e5e86df8e005e859.zip | |
* alloc.c: Do not define struct catchtag.
* eval.c: Move struct catchtag definition ...
* lisp.h: ... here.
* image.c: Move png.h #include earlier to avoid warnings.
* xterm.c:
* xsmfns.c:
* xselect.c:
* xrdb.c:
* xmenu.c:
* xftfont.c:
* xfont.c:
* xfns.c:
* xfaces.c:
* xdisp.c:
* window.c:
* widget.c:
* w32xfns.c:
* w32uniscribe.c:
* w32term.c:
* w32select.c:
* w32reg.c:
* w32proc.c:
* w32menu.c:
* w32inevt.c:
* w32heap.c:
* w32font.c:
* w32fns.c:
* w32console.c:
* w32.c:
* w16select.c:
* vm-limit.c:
* unexsol.c:
* unexec.c:
* unexcw.c:
* unexaix.c:
* undo.c:
* tparam.c:
* textprop.c:
* terminfo.c:
* terminal.c:
* termcap.c:
* term.c:
* syntax.c:
* sound.c:
* sheap.c:
* search.c:
* scroll.c:
* region-cache.c:
* regex.c:
* ralloc.c:
* process.c:
* print.c:
* msdos.c:
* minibuf.c:
* menu.c:
* marker.c:
* macros.c:
* keymap.c:
* keyboard.c:
* intervals.c:
* insdel.c:
* indent.c:
* gtkutil.c:
* ftxfont.c:
* ftfont.c:
* fringe.c:
* frame.c:
* fontset.c:
* font.c:
* fns.c:
* floatfns.c:
* filelock.c:
* fileio.c:
* emacs.c:
* editfns.c:
* dosfns.c:
* doprnt.c:
* doc.c:
* dispnew.c:
* dired.c:
* dbusbind.c:
* data.c:
* composite.c:
* coding.c:
* cmds.c:
* cm.c:
* chartab.c:
* charset.c:
* character.c:
* ccl.c:
* category.c:
* casetab.c:
* casefiddle.c:
* callproc.c:
* callint.c:
* bytecode.c:
* buffer.c:
* atimer.c: Include setjmp.h. (Bug#4643)
* xlwmenu.c:
* lwlib.c:
* lwlib-utils.c:
* lwlib-Xm.c:
* lwlib-Xlw.c:
* lwlib-Xaw.c: Include setjmp.h.
Diffstat (limited to 'lwlib')
| -rw-r--r-- | lwlib/ChangeLog | 9 | ||||
| -rw-r--r-- | lwlib/lwlib-Xaw.c | 1 | ||||
| -rw-r--r-- | lwlib/lwlib-Xlw.c | 1 | ||||
| -rw-r--r-- | lwlib/lwlib-Xm.c | 1 | ||||
| -rw-r--r-- | lwlib/lwlib-utils.c | 1 | ||||
| -rw-r--r-- | lwlib/lwlib.c | 1 | ||||
| -rw-r--r-- | lwlib/xlwmenu.c | 1 |
7 files changed, 15 insertions, 0 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index bd9902c8768..27f14f5f1db 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * xlwmenu.c: | ||
| 4 | * lwlib.c: | ||
| 5 | * lwlib-utils.c: | ||
| 6 | * lwlib-Xm.c: | ||
| 7 | * lwlib-Xlw.c: | ||
| 8 | * lwlib-Xaw.c: Include setjmp.h. | ||
| 9 | |||
| 1 | 2009-06-21 Chong Yidong <cyd@stupidchicken.com> | 10 | 2009-06-21 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 11 | ||
| 3 | * Branch for 23.1. | 12 | * Branch for 23.1. |
diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c index 14d85db428e..4923e58a9ac 100644 --- a/lwlib/lwlib-Xaw.c +++ b/lwlib/lwlib-Xaw.c | |||
| @@ -25,6 +25,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 25 | #endif | 25 | #endif |
| 26 | 26 | ||
| 27 | #include <stdio.h> | 27 | #include <stdio.h> |
| 28 | #include <setjmp.h> | ||
| 28 | 29 | ||
| 29 | #include "../src/lisp.h" | 30 | #include "../src/lisp.h" |
| 30 | 31 | ||
diff --git a/lwlib/lwlib-Xlw.c b/lwlib/lwlib-Xlw.c index 658899fa5dc..5ed075cf871 100644 --- a/lwlib/lwlib-Xlw.c +++ b/lwlib/lwlib-Xlw.c | |||
| @@ -24,6 +24,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 24 | #include <config.h> | 24 | #include <config.h> |
| 25 | #endif | 25 | #endif |
| 26 | 26 | ||
| 27 | #include <setjmp.h> | ||
| 27 | #include "lisp.h" | 28 | #include "lisp.h" |
| 28 | 29 | ||
| 29 | #include "lwlib-Xlw.h" | 30 | #include "lwlib-Xlw.h" |
diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c index 6fdd236a03a..48faea36e62 100644 --- a/lwlib/lwlib-Xm.c +++ b/lwlib/lwlib-Xm.c | |||
| @@ -26,6 +26,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 26 | 26 | ||
| 27 | #include <unistd.h> | 27 | #include <unistd.h> |
| 28 | #include <stdio.h> | 28 | #include <stdio.h> |
| 29 | #include <setjmp.h> | ||
| 29 | 30 | ||
| 30 | #include <X11/StringDefs.h> | 31 | #include <X11/StringDefs.h> |
| 31 | #include <X11/IntrinsicP.h> | 32 | #include <X11/IntrinsicP.h> |
diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c index dbdaf3c1b99..1b9f04f9629 100644 --- a/lwlib/lwlib-utils.c +++ b/lwlib/lwlib-utils.c | |||
| @@ -31,6 +31,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 31 | #undef index | 31 | #undef index |
| 32 | #undef rindex | 32 | #undef rindex |
| 33 | 33 | ||
| 34 | #include <setjmp.h> | ||
| 34 | #include "../src/lisp.h" | 35 | #include "../src/lisp.h" |
| 35 | 36 | ||
| 36 | #include <X11/Xatom.h> | 37 | #include <X11/Xatom.h> |
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index 80619e5e356..c887d8bd843 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c | |||
| @@ -24,6 +24,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 24 | #include <config.h> | 24 | #include <config.h> |
| 25 | #endif | 25 | #endif |
| 26 | 26 | ||
| 27 | #include <setjmp.h> | ||
| 27 | #include "../src/lisp.h" | 28 | #include "../src/lisp.h" |
| 28 | 29 | ||
| 29 | #include <sys/types.h> | 30 | #include <sys/types.h> |
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c index db12eb43ec9..8eb6c752531 100644 --- a/lwlib/xlwmenu.c +++ b/lwlib/xlwmenu.c | |||
| @@ -26,6 +26,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 26 | #include <config.h> | 26 | #include <config.h> |
| 27 | #endif | 27 | #endif |
| 28 | 28 | ||
| 29 | #include <setjmp.h> | ||
| 29 | #include "lisp.h" | 30 | #include "lisp.h" |
| 30 | 31 | ||
| 31 | #include <stdio.h> | 32 | #include <stdio.h> |