summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorLarry Wall <larry@netlabs.com>1993-11-10 00:00:00 +0000
committerLarry Wall <larry@netlabs.com>1993-11-10 00:00:00 +0000
commit463ee0b2acbd047c27e8b5393cdd8398881824c5 (patch)
treeae17d9179fc861ae5fc5a86da9139631530cb6fe /perly.h
parent93a17b20b6d176db3f04f51a63b0a781e5ffd11c (diff)
downloadperl-463ee0b2acbd047c27e8b5393cdd8398881824c5.tar.gz
perl 5.0 alpha 4
[editor's note: the sparc executables have not been included, and emacs backup files have been removed. This was reconstructed from a tarball found on the September 1994 InfoMagic CD; the date of this is approximate]
Diffstat (limited to 'perly.h')
-rw-r--r--perly.h34
1 files changed, 18 insertions, 16 deletions
diff --git a/perly.h b/perly.h
index a4c55a15e4..5d90ce1507 100644
--- a/perly.h
+++ b/perly.h
@@ -30,22 +30,24 @@
#define DELETE 286
#define HASHBRACK 287
#define NOAMP 288
-#define LSTOP 289
-#define OROR 290
-#define ANDAND 291
-#define BITOROP 292
-#define BITANDOP 293
-#define UNIOP 294
-#define SHIFTOP 295
-#define MATCHOP 296
-#define ARROW 297
-#define UMINUS 298
-#define REFGEN 299
-#define POWOP 300
-#define PREINC 301
-#define PREDEC 302
-#define POSTINC 303
-#define POSTDEC 304
+#define OROP 289
+#define ANDOP 290
+#define LSTOP 291
+#define OROR 292
+#define ANDAND 293
+#define BITOROP 294
+#define BITANDOP 295
+#define UNIOP 296
+#define SHIFTOP 297
+#define MATCHOP 298
+#define ARROW 299
+#define UMINUS 300
+#define REFGEN 301
+#define POWOP 302
+#define PREINC 303
+#define PREDEC 304
+#define POSTINC 305
+#define POSTDEC 306
typedef union {
I32 ival;
char *pval;