projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fc9efb
)
NORETURN_FUNCTION_END is not a complete statement
author
Steve Hay
<SteveHay@planit.com>
Mon, 6 Jun 2005 07:52:59 +0000
(07:52 +0000)
committer
Steve Hay
<SteveHay@planit.com>
Mon, 6 Jun 2005 07:52:59 +0000
(07:52 +0000)
(Fix compilation error following change #24702)
p4raw-link: @24702 on //depot/perl:
7698c435fea241ff5aec7932afdb5f821dde55f3
p4raw-id: //depot/perl@24713
ext/IO/IO.xs
patch
|
blob
|
history
diff --git
a/ext/IO/IO.xs
b/ext/IO/IO.xs
index
79ffb90
..
b3125aa
100644
(file)
--- a/
ext/IO/IO.xs
+++ b/
ext/IO/IO.xs
@@
-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
;
}