Index: src/jit/i386/jit_emit.h
===================================================================
--- src/jit/i386/jit_emit.h	(revision 27798)
+++ src/jit/i386/jit_emit.h	(working copy)
@@ -91,8 +91,8 @@
 #define ISR1 emit_EAX
 #define FSR1 0
 
-extern char **Parrot_exec_rel_addr;
-extern int Parrot_exec_rel_count;
+PARROT_DATA char **Parrot_exec_rel_addr;
+PARROT_DATA int Parrot_exec_rel_count;
 
 /* Register the address of a rellocation. */
 #if EXEC_CAPABLE
