guile: don't extern-c'ify libguile
Already has it... seems to break compilation on some machines?
This commit is contained in:
@ -26,9 +26,7 @@
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wredundant-decls"
|
||||
extern "C" {
|
||||
#include <libguile.h>
|
||||
}
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#include <mu-runtime.hh>
|
||||
|
||||
Reference in New Issue
Block a user