Skip to content

Commit e347ad0

Browse files
committed
FIX: using extern link to RL_LIB in the test extension (GCC was failing without it)
1 parent c337fe1 commit e347ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/host-ext-test.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#include "host-lib.h"
4949
#include "sys-value.h"
5050

51-
RL_LIB *RL; // Link back to reb-lib from embedded extensions
51+
extern RL_LIB *RL; // Link back to reb-lib from embedded extensions
5252

5353
static REBCNT Handle_XTest;
5454
typedef struct XTest_Context {

0 commit comments

Comments
 (0)