mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-22 19:44:10 +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:
parent
0ad0bdeecd
commit
8f9dc61479
1 changed files with 1 additions and 2 deletions
|
@ -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: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue