~ubuntu-branches/ubuntu/utopic/tcm/utopic

« back to all changes in this revision

Viewing changes to src/sd/bv/adsmcoutput.tab.h

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2003-07-03 20:08:21 UTC
  • Revision ID: james.westby@ubuntu.com-20030703200821-se4xtqx25e5miczi
Tags: upstream-2.20
ImportĀ upstreamĀ versionĀ 2.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
typedef union  {
 
2
  char *str_ptr;
 
3
} YYSTYPE;
 
4
#define IQ      257
 
5
#define QUOTE   258
 
6
#define COMMENT 259
 
7
#define COUNTER 260
 
8
#define HASH    261
 
9
#define ISZERO  262
 
10
#define ISONE   263
 
11
#define STATE   264
 
12
#define NL      265
 
13
#define ARROW   266
 
14
#define STRING  267
 
15
#define ENABLED 268
 
16
#define IN      269
 
17
 
 
18
 
 
19
extern YYSTYPE adsmcoutputlval;