projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3e344d1
)
Another C<return NORMAL> needed post bb4c52e023e0, missed from 805bf316c58a.
Nicholas Clark [Thu, 3 Dec 2009 10:07:51 +0000 (10:07 +0000)]
pp.c
patch
|
blob
|
blame
|
history
diff --git
a/pp.c
b/pp.c
index
292feb6
..
c659b13
100644
(file)
--- a/
pp.c
+++ b/
pp.c
@@
-3527,6
+3527,7
@@
PP(pp_crypt)
#else
DIE(aTHX_
"The crypt() function is unimplemented due to excessive paranoia.");
+ return NORMAL;
#endif
}