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