Mercurial > emacs
changeset 3270:0c9a88fe24c9
* sysdep.c (sys_siglist): Comment out #endif trailer.
* xmenu.c (TRUE, FALSE): Same.
* xterm.c (dumprectangle): Same.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 29 May 1993 20:49:01 +0000 |
parents | 3e44fc755c00 |
children | dbd332a25c64 |
files | src/xmenu.c src/xterm.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xmenu.c Sat May 29 20:46:03 1993 +0000 +++ b/src/xmenu.c Sat May 29 20:49:01 1993 +0000 @@ -63,7 +63,7 @@ #ifndef TRUE #define TRUE 1 #define FALSE 0 -#endif TRUE +#endif /* TRUE */ #ifdef HAVE_X11 extern Display *x_current_display;
--- a/src/xterm.c Sat May 29 20:46:03 1993 +0000 +++ b/src/xterm.c Sat May 29 20:49:01 1993 +0000 @@ -1080,7 +1080,7 @@ || right > intborder + f->width * FONT_WIDTH (f->display.x->font)) dumpborder (f, 0); } -#endif /* HAVE_X11 /* Window manger does this for X11. */ */ +#endif /* HAVE_X11 Window manger does this for X11. */ /* Convert rectangle edges in pixels to edges in chars. Round down for left and top, up for right and bottom. */