This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
tgamma infinity limit for IEEE quad prec.
[perl5.git] / op.h
diff --git a/op.h b/op.h
index bec9df4..c660b31 100644 (file)
--- a/op.h
+++ b/op.h
@@ -163,9 +163,6 @@ Deprecated.  Use C<GIMME_V> instead.
  in dynamic context */
 #define OPpENTERSUB_LVAL_MASK (OPpLVAL_INTRO|OPpENTERSUB_INARGS)
 
-/* VMS-specific hints in COPs */
-#define OPpHINT_M_VMSISH_MASK (OPpHINT_M_VMSISH_STATUS|OPpHINT_M_VMSISH_TIME)
-
 
 
 struct op {