Uninline mop_prehashed_{key,hash}_for.
[gitmo/Class-MOP.git] / mop.c
diff --git a/mop.c b/mop.c
index feae858..16d8f53 100644 (file)
--- a/mop.c
+++ b/mop.c
@@ -222,13 +222,13 @@ static struct {
     DECLARE_KEY(ISA)
 };
 
-inline SV *
+SV *
 mop_prehashed_key_for (mop_prehashed_key_t key)
 {
     return prehashed_keys[key].key;
 }
 
-inline U32
+U32
 mop_prehashed_hash_for (mop_prehashed_key_t key)
 {
     return prehashed_keys[key].hash;