p4raw-id: //depot/perlext/Compiler@28
cc_listop, /* prtf */
cc_listop, /* print */
cc_listop, /* sysopen */
+#if PATCHLEVEL > 3
+ cc_listop, /* sysseek */
+#endif
cc_listop, /* sysread */
cc_listop, /* syswrite */
cc_listop, /* send */
+#ifndef PATCHLEVEL
+#include "patchlevel.h"
+#endif
+
typedef enum {
OPc_NULL, /* 0 */
OPc_BASEOP, /* 1 */
"pp_prtf",
"pp_print",
"pp_sysopen",
+#if PATCHLEVEL > 3
+ "pp_sysseek",
+#endif
"pp_sysread",
"pp_syswrite",
"pp_send",