projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9805352
)
Compiler denit.
Jarkko Hietaniemi [Sat, 18 Nov 2000 22:38:51 +0000 (22:38 +0000)]
p4raw-id: //depot/perl@7743
perlio.c
patch
|
blob
|
blame
|
history
diff --git
a/perlio.c
b/perlio.c
index
710403f
..
b386deb
100644
(file)
--- a/
perlio.c
+++ b/
perlio.c
@@
-33,6
+33,8
@@
int
PerlIO_apply_layers(pTHX_ PerlIO *f, const char *mode, const char *names)
{
Perl_croak(aTHX_ "Cannot apply \"%s\" in non-PerlIO perl",names);
+ /* NOTREACHED */
+ return -1;
}
#endif