From ed6116ce9b9d13712ea252ee248b0400653db7f9 Mon Sep 17 00:00:00 2001 From: Larry Wall Date: Fri, 10 Dec 1993 00:00:00 +0000 Subject: perl 5.0 alpha 5 [editor's note: the sparc executables have not been included, and emacs backup files and other cruft such as patch backup files have been removed. This was reconstructed from a tarball found on the September 1994 InfoMagic CD] --- op.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'op.h') diff --git a/op.h b/op.h index f6375b1c72..c230dd0b99 100644 --- a/op.h +++ b/op.h @@ -84,6 +84,9 @@ typedef U16 PADOFFSET; /* Private for OP_FLIP/FLOP */ #define OPpFLIP_LINENUM 1 /* Range arg potentially a line num. */ +/* Private for OP_LIST */ +#define OPpLIST_GUESSED 1 /* Guessed that pushmark was needed. */ + struct op { BASEOP }; -- cgit v1.2.1