12 lines
193 B
Text
12 lines
193 B
Text
Index: src/debugger.c
|
|
--- src/debugger.c.orig
|
|
+++ src/debugger.c
|
|
@@ -1528,7 +1528,7 @@ struct se {
|
|
struct se *se_next;
|
|
};
|
|
|
|
-char *
|
|
+void
|
|
#ifdef __FunctionProto__
|
|
get_stack (void)
|
|
#else
|