1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 03:54:12 +02:00

* gdb_interface.h (GDB_INTERFACE): Remove semicolon and trailing

backslash from definition; this should be used like: GDB_INTERFACE;
This commit is contained in:
Jim Blandy 1997-06-22 20:49:31 +00:00
parent 0ad0bdeecd
commit 8f9dc61479

View 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: */