* sysdep.c (sys_siglist): Comment out #endif trailer.
authorJim Blandy <jimb@redhat.com>
Sat, 29 May 1993 20:49:01 +0000 (20:49 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 29 May 1993 20:49:01 +0000 (20:49 +0000)
* xmenu.c (TRUE, FALSE): Same.
* xterm.c (dumprectangle): Same.

src/xmenu.c
src/xterm.c

index 6a4e69d..a5b6994 100644 (file)
@@ -63,7 +63,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifndef TRUE
 #define TRUE 1
 #define FALSE 0
-#endif TRUE
+#endif /* TRUE */
 
 #ifdef HAVE_X11
 extern Display *x_current_display;
index 60f4c88..54075bc 100644 (file)
@@ -1080,7 +1080,7 @@ dumprectangle (f, left, top, cols, rows)
        || 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.  */