diff options
author | Larry Wall <larry@netlabs.com> | 1994-03-18 00:00:00 +0000 |
---|---|---|
committer | Larry Wall <larry@netlabs.com> | 1994-03-18 00:00:00 +0000 |
commit | 8990e3071044a96302560bbdb5706f3e74cf1bef (patch) | |
tree | 6cf4a58108544204591f25bd2d4f1801d49334b4 /perly.h | |
parent | ed6116ce9b9d13712ea252ee248b0400653db7f9 (diff) | |
download | perl-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.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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; |