blob: 23c9124c29f8a86904fa70eaddd782a1178d51c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/puma/src/user_eval.c b/puma/src/user_eval.c
index f531d0b..ac948ca 100644
--- a/puma/src/user_eval.c
+++ b/puma/src/user_eval.c
@@ -66,7 +66,7 @@ void user_eval(DDOUBLE xvar[],IINTEGER mode) {
#undef X
#include "o8cons.h"
- void eval_extern(IINTEGER mode);
+ extern void (*eval_extern)(IINTEGER mode);
DDOUBLE* d1_malloc(IINTEGER size1, IINTEGER init);
static DDOUBLE *fusave,xhelp,xincr,sd1,sd2,sd3,d1,d2,d3;
|