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

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
 }