summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-12-03 10:07:51 +0000
committerNicholas Clark <nick@ccl4.org>2009-12-03 10:45:55 +0000
commit9e95c6350a60744dacec44c6ca81c954dd83a920 (patch)
tree115854224d89af41724c72e09f651621933f6a22 /pp.c
parent3e344d15720c94d171585f6a4a1c9f55a76e852b (diff)
downloadperl-9e95c6350a60744dacec44c6ca81c954dd83a920.tar.gz
Another C<return NORMAL> needed post bb4c52e023e0, missed from 805bf316c58a.
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp.c b/pp.c
index 292feb6200..c659b13a1f 100644
--- 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
}