Mercurial > hg > xemacs-beta
comparison src/ExternalShell.c @ 2299:a640f9c13696
[xemacs-hg @ 2004-09-22 03:04:35 by james]
Include compiler.h to define the UNUSED macro.
author | james |
---|---|
date | Wed, 22 Sep 2004 03:04:44 +0000 |
parents | 04bc9d2f42c7 |
children | facf3239ba30 |
comparison
equal
deleted
inserted
replaced
2298:7d67f0ab192c | 2299:a640f9c13696 |
---|---|
54 #include "xintrinsicp.h" | 54 #include "xintrinsicp.h" |
55 #include <X11/Shell.h> | 55 #include <X11/Shell.h> |
56 #include <X11/ShellP.h> | 56 #include <X11/ShellP.h> |
57 #include <X11/Vendor.h> | 57 #include <X11/Vendor.h> |
58 #include <X11/VendorP.h> | 58 #include <X11/VendorP.h> |
59 #include "compiler.h" | |
59 #include "ExternalShellP.h" | 60 #include "ExternalShellP.h" |
60 #include "extw-Xt.h" | 61 #include "extw-Xt.h" |
61 | 62 |
62 #ifdef emacs | 63 #ifdef emacs |
63 extern void emacs_Xt_handle_focus_event (XEvent *event); | 64 extern void emacs_Xt_handle_focus_event (XEvent *event); |