NORETURN_FUNCTION_END is not a complete statement
[p5sagit/p5-mst-13.2.git] / ext / IO / IO.xs
index 79ffb90..b3125aa 100644 (file)
@@ -54,7 +54,7 @@ static int
 not_here(const char *s)
 {
     croak("%s not implemented on this architecture", s);
-    NORETURN_FUNCTION_END
+    NORETURN_FUNCTION_END;
 }