p4raw-id: //depot/perlext/Compiler@188
cc_baseop, /* egrent */
cc_baseop, /* getlogin */
cc_listop, /* syscall */
+#if PATCHLEVEL > 4 || (PATCHLEVEL == 4 && SUBVERSION > 50)
+ cc_baseop_or_unop, /* lock */
+#endif
};
opclass
"pp_egrent",
"pp_getlogin",
"pp_syscall",
+#if PATCHLEVEL > 4 || (PATCHLEVEL == 4 && SUBVERSION > 50)
+ "pp_lock",
+#endif
};
#endif