add a note about multi-level exports
[gitmo/Moose.git] / mop.c
diff --git a/mop.c b/mop.c
index 71c043f..5b14f8f 100644 (file)
--- a/mop.c
+++ b/mop.c
@@ -246,7 +246,7 @@ mop_prehash_keys ()
     }
 }
 
-XS(mop_xs_simple_reader)
+XS_EXTERNAL(mop_xs_simple_reader)
 {
 #ifdef dVAR
     dVAR; dXSARGS;