~ubuntu-branches/ubuntu/saucy/9base/saucy

« back to all changes in this revision

Viewing changes to rc/x.tab.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2010-06-04 17:22:03 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100604172203-ei85j0da495sr8ut
Tags: 1:6-1
* Adding Kai as co-maintainer.
* Merging upstream version 6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#define FOR     57346
2
 
#define IN      57347
3
 
#define WHILE   57348
4
 
#define IF      57349
5
 
#define NOT     57350
6
 
#define TWIDDLE 57351
7
 
#define BANG    57352
8
 
#define SUBSHELL        57353
9
 
#define SWITCH  57354
10
 
#define FN      57355
11
 
#define WORD    57356
12
 
#define REDIR   57357
13
 
#define DUP     57358
14
 
#define PIPE    57359
15
 
#define SUB     57360
16
 
#define SIMPLE  57361
17
 
#define ARGLIST 57362
18
 
#define WORDS   57363
19
 
#define BRACE   57364
20
 
#define PAREN   57365
21
 
#define PCMD    57366
22
 
#define PIPEFD  57367
23
 
#define ANDAND  57368
24
 
#define OROR    57369
25
 
#define COUNT   57370
26
 
 
27
 
typedef union {
28
 
        struct tree *tree;
29
 
}       YYSTYPE;
30
 
extern  YYSTYPE yylval;