Change 24713 by [EMAIL PROTECTED] on 2005/06/06 07:52:59

        NORETURN_FUNCTION_END is not a complete statement
        
        (Fix compilation error following change #24702)

Affected files ...

... //depot/perl/ext/IO/IO.xs#38 edit

Differences ...

==== //depot/perl/ext/IO/IO.xs#38 (text) ====
Index: perl/ext/IO/IO.xs
--- perl/ext/IO/IO.xs#37~24702~ Fri Jun  3 15:22:43 2005
+++ perl/ext/IO/IO.xs   Mon Jun  6 00:52:59 2005
@@ -54,7 +54,7 @@
 not_here(const char *s)
 {
     croak("%s not implemented on this architecture", s);
-    NORETURN_FUNCTION_END
+    NORETURN_FUNCTION_END;
 }
 
 
End of Patch.

Reply via email to