aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
diff options
context:
space:
mode:
authorJim Blandy1993-05-29 20:49:01 +0000
committerJim Blandy1993-05-29 20:49:01 +0000
commitd065dd2e79a73b8e34c059bc50177090f1618fd5 (patch)
tree4dd5555ec24dfead672c6981f6a8061b6dd60bf5 /src/xmenu.c
parentd04e8e46ab8383ce775d5624bb22c639796c0eff (diff)
downloademacs-d065dd2e79a73b8e34c059bc50177090f1618fd5.tar.gz
emacs-d065dd2e79a73b8e34c059bc50177090f1618fd5.zip
* sysdep.c (sys_siglist): Comment out #endif trailer.
* xmenu.c (TRUE, FALSE): Same. * xterm.c (dumprectangle): Same.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 6a4e69dc94e..a5b69946b7a 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -63,7 +63,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
63#ifndef TRUE 63#ifndef TRUE
64#define TRUE 1 64#define TRUE 1
65#define FALSE 0 65#define FALSE 0
66#endif TRUE 66#endif /* TRUE */
67 67
68#ifdef HAVE_X11 68#ifdef HAVE_X11
69extern Display *x_current_display; 69extern Display *x_current_display;