This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a ; that 26281 was lacking.
authorNicholas Clark <nick@ccl4.org>
Tue, 6 Dec 2005 21:55:29 +0000 (21:55 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 6 Dec 2005 21:55:29 +0000 (21:55 +0000)
(Dear Mark, please can I have back one of the two that I sent you after
change 23614)

p4raw-id: //depot/perl@26287

util.c

diff --git a/util.c b/util.c
index ec0ba8c..5b8aed0 100644 (file)
--- a/util.c
+++ b/util.c
@@ -64,7 +64,7 @@ S_write_no_mem(pTHX)
     PerlLIO_write(PerlIO_fileno(Perl_error_log),
                  PL_no_mem, strlen(PL_no_mem));
     my_exit(1);
-    NORETURN_FUNCTION_END
+    NORETURN_FUNCTION_END;
 }
 
 /* paranoid version of system's malloc() */