diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-12-03 10:07:51 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-12-03 10:45:55 +0000 |
commit | 9e95c6350a60744dacec44c6ca81c954dd83a920 (patch) | |
tree | 115854224d89af41724c72e09f651621933f6a22 /pp.c | |
parent | 3e344d15720c94d171585f6a4a1c9f55a76e852b (diff) | |
download | perl-9e95c6350a60744dacec44c6ca81c954dd83a920.tar.gz |
Another C<return NORMAL> needed post bb4c52e023e0, missed from 805bf316c58a.
Diffstat (limited to 'pp.c')
-rw-r--r-- | pp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3527,6 +3527,7 @@ PP(pp_crypt) #else DIE(aTHX_ "The crypt() function is unimplemented due to excessive paranoia."); + return NORMAL; #endif } |