* gdb_interface.h (GDB_INTERFACE): Remove semicolon and trailing
authorJim Blandy <jimb@red-bean.com>
Sun, 22 Jun 1997 20:49:31 +0000 (20:49 +0000)
committerJim Blandy <jimb@red-bean.com>
Sun, 22 Jun 1997 20:49:31 +0000 (20:49 +0000)
backslash from definition; this should be used like: GDB_INTERFACE;

libguile/gdb_interface.h

index 6d1c032..b8d5324 100644 (file)
@@ -46,8 +46,7 @@ void *gdb_interface[] = { \
   (void *) gdb_eval, \
   (void *) gdb_print, \
   (void *) gdb_binding \
-}; \
-
+}
 
 /* GDB_OPTIONS is a set of flags informing gdb what features are present
    in the interface.  Currently only one option is supported: */