This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Turn off gcc-2.95's strict-alias optimization.
[perl5.git] / vms / perly_h.vms
CommitLineData
71be2cbc 1/* Postprocessed by vms_yfix.pl 1.11 to add VMS declarations of globals */
fad39ff1 2#ifdef PERL_CORE
4633a7c4
LW
3#define WORD 257
4#define METHOD 258
5#define FUNCMETH 259
6#define THING 260
7#define PMFUNC 261
8#define PRIVATEREF 262
c07a80fd 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
5f05dabc 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 OROP 297
44#define ANDOP 298
45#define NOTOP 299
46#define ASSIGNOP 300
47#define OROR 301
48#define ANDAND 302
49#define BITOROP 303
50#define BITANDOP 304
51#define SHIFTOP 305
52#define MATCHOP 306
53#define UMINUS 307
54#define REFGEN 308
55#define POWOP 309
56#define PREINC 310
57#define PREDEC 311
58#define POSTINC 312
59#define POSTDEC 313
60#define ARROW 314
fad39ff1
SM
61#endif /* PERL_CORE */
62
4633a7c4
LW
63typedef union {
64 I32 ival;
65 char *pval;
66 OP *opval;
67 GV *gvval;
68} YYSTYPE;
69#ifndef vax11c
70 extern YYSTYPE yylval;
71#else
72 globalref YYSTYPE yylval;
73#endif