guile - drop GDB_INTERFACE related stuff
Guile itself has removed it a long time ago: http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commit;h=8510e39278161d3cbf8ec4ba87b123fe28763ed4 There's no need for it. I suspect it's just there because the interface file was created based on the then real main source file of guile.
This commit is contained in:
parent
d1f7054b7e
commit
a95ceabb70
1 changed files with 0 additions and 5 deletions
|
|
@ -12,11 +12,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Debugger interface (don't change the order of the following lines) */
|
||||
#define GDB_TYPE SCM
|
||||
#include <libguile/gdb_interface.h>
|
||||
GDB_INTERFACE;
|
||||
|
||||
static void
|
||||
inner_main(void *closure, int argc, char **argv)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue