aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/runtime/go-panic.c')
-rw-r--r--libgo/runtime/go-panic.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgo/runtime/go-panic.c b/libgo/runtime/go-panic.c
index 436a966..2fb65aa 100644
--- a/libgo/runtime/go-panic.c
+++ b/libgo/runtime/go-panic.c
@@ -12,7 +12,6 @@
#include "malloc.h"
#include "go-alloc.h"
#include "go-panic.h"
-#include "interface.h"
/* Print the panic stack. This is used when there is no recover. */
@@ -35,7 +34,7 @@ __printpanics (Panic *p)
function. */
void
-__go_panic (struct __go_empty_interface arg)
+__go_panic (Eface arg)
{
G *g;
Panic *n;