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