summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorLarry Wall <larry@netlabs.com>1994-03-18 00:00:00 +0000
committerLarry Wall <larry@netlabs.com>1994-03-18 00:00:00 +0000
commit8990e3071044a96302560bbdb5706f3e74cf1bef (patch)
tree6cf4a58108544204591f25bd2d4f1801d49334b4 /perly.h
parented6116ce9b9d13712ea252ee248b0400653db7f9 (diff)
downloadperl-8990e3071044a96302560bbdb5706f3e74cf1bef.tar.gz
perl 5.0 alpha 6
[editor's note: cleaned up from the September '94 InfoMagic CD, just like the last commit]
Diffstat (limited to 'perly.h')
-rw-r--r--perly.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/perly.h b/perly.h
index 5d90ce1507..3dbb284f6d 100644
--- a/perly.h
+++ b/perly.h
@@ -40,14 +40,14 @@
#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
+#define UMINUS 299
+#define REFGEN 300
+#define POWOP 301
+#define PREINC 302
+#define PREDEC 303
+#define POSTINC 304
+#define POSTDEC 305
+#define ARROW 306
typedef union {
I32 ival;
char *pval;