From: Nicholas Clark Date: Thu, 3 Dec 2009 10:07:51 +0000 (+0000) Subject: Another C needed post bb4c52e023e0, missed from 805bf316c58a. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9e95c6350a60744dacec44c6ca81c954dd83a920;p=p5sagit%2Fp5-mst-13.2.git Another C needed post bb4c52e023e0, missed from 805bf316c58a. --- diff --git a/pp.c b/pp.c index 292feb6..c659b13 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 }