This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
c6ec3a41ad55251f5b39b9cdb1df7578c1ce8533
[perl5.git] / vms / perly_h.vms
1 /* Postprocessed by vms_yfix.pl 1.1 to add VMS declarations of globals */
2 #define WORD 257
3 #define METHOD 258
4 #define FUNCMETH 259
5 #define THING 260
6 #define PMFUNC 261
7 #define PRIVATEREF 262
8 #define FUNC0SUB 263
9 #define UNIOPSUB 264
10 #define LSTOPSUB 265
11 #define LABEL 266
12 #define FORMAT 267
13 #define SUB 268
14 #define ANONSUB 269
15 #define PACKAGE 270
16 #define USE 271
17 #define WHILE 272
18 #define UNTIL 273
19 #define IF 274
20 #define UNLESS 275
21 #define ELSE 276
22 #define ELSIF 277
23 #define CONTINUE 278
24 #define FOR 279
25 #define LOOPEX 280
26 #define DOTDOT 281
27 #define FUNC0 282
28 #define FUNC1 283
29 #define FUNC 284
30 #define RELOP 285
31 #define EQOP 286
32 #define MULOP 287
33 #define ADDOP 288
34 #define DOLSHARP 289
35 #define DO 290
36 #define LOCAL 291
37 #define HASHBRACK 292
38 #define NOAMP 293
39 #define OROP 294
40 #define ANDOP 295
41 #define NOTOP 296
42 #define LSTOP 297
43 #define ASSIGNOP 298
44 #define OROR 299
45 #define ANDAND 300
46 #define BITOROP 301
47 #define BITANDOP 302
48 #define UNIOP 303
49 #define SHIFTOP 304
50 #define MATCHOP 305
51 #define UMINUS 306
52 #define REFGEN 307
53 #define POWOP 308
54 #define PREINC 309
55 #define PREDEC 310
56 #define POSTINC 311
57 #define POSTDEC 312
58 #define ARROW 313
59 typedef union {
60     I32 ival;
61     char *pval;
62     OP *opval;
63     GV *gvval;
64 } YYSTYPE;
65 #ifndef vax11c
66   extern YYSTYPE yylval;
67 #else
68   globalref YYSTYPE yylval;
69 #endif