~ubuntu-branches/ubuntu/dapper/cdrdao/dapper

« back to all changes in this revision

Viewing changes to pccts/sorcerer/err.c

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2005-12-10 22:52:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051210225211-rn7q0g36wlbc9a3r
Tags: 1:1.2.1-2ubuntu1
* Resynchronise with debian (orig. debian package)
* Merged debian/changelog to mention ubuntu uploads
* Re-Applied Michael Vogts patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * A n t l r  S e t s / E r r o r  F i l e  H e a d e r
3
 
 *
4
 
 * Generated from: sor.g
5
 
 *
6
 
 * Terence Parr, Russell Quong, Will Cohen, and Hank Dietz: 1989-2001
7
 
 * Parr Research Corporation
8
 
 * with Purdue University Electrical Engineering
9
 
 * With AHPCRC, University of Minnesota
10
 
 * ANTLR Version 1.33MR32
11
 
 */
12
 
 
13
 
#define ANTLR_VERSION   13332
14
 
#include "pcctscfg.h"
15
 
#include "pccts_stdio.h"
16
 
 
17
 
/*  23-Sep-97   thm     Accomodate user who needs to redefine ZZLEXBUFSIZE  */
18
 
 
19
 
#ifndef ZZLEXBUFSIZE
20
 
#define ZZLEXBUFSIZE    8000
21
 
#endif
22
 
#include "pcctscfg.h"    /* MR20 G. Hobbelt __USE_PROTOS #define */
23
 
#include "charbuf.h"
24
 
#include "hash.h"
25
 
#include "set.h"
26
 
#include "sor.h"
27
 
#define AST_FIELDS      \
28
 
int token; char text[MaxAtom+1], label[MaxRuleName+1]; \
29
 
char *action;           /* if action node, here is ptr to it */ \
30
 
char in,out; \
31
 
char init_action;       /* set if Action and 1st action of alt */ \
32
 
int file; int line; /* set for BLOCK, ALT, nonterm nodes */ \
33
 
int upper_range;        /* only if T1..T2 found */      \
34
 
GLA *start_state;       /* ptr into GLA for this block */ \
35
 
int no_copy;            /* copy input ptr to output ptr? */ \
36
 
ListNode *refvars;      /* any ref vars defined for this rule */ \
37
 
unsigned char is_root; /* this token is a root #( A ... ) */
38
 
#define zzcr_ast(node, cur, _tok, _text)        \
39
 
{(node)->token=_tok; strncpy((node)->text, _text,MaxAtom);}
40
 
#define USER_ZZSYN
41
 
#define zzAST_DOUBLE
42
 
extern int define_num;
43
 
#define LL_K 2
44
 
#define zzSET_SIZE 16
45
 
#include "antlr.h"
46
 
#include "ast.h"
47
 
#include "tokens.h"
48
 
#include "dlgdef.h"
49
 
#include "err.h"
50
 
 
51
 
ANTLRChar *zztokens[118]={
52
 
        /* 00 */        "Invalid",
53
 
        /* 01 */        "Eof",
54
 
        /* 02 */        "RExpr",
55
 
        /* 03 */        "\\n|\\r|\\r\\n",
56
 
        /* 04 */        "\\~[]",
57
 
        /* 05 */        "~[\\n\\r\"\\]+",
58
 
        /* 06 */        "\"",
59
 
        /* 07 */        "\\n|\\r|\\r\\n",
60
 
        /* 08 */        "\\~[]",
61
 
        /* 09 */        "~[\\n\\r\"\\]+",
62
 
        /* 10 */        "'",
63
 
        /* 11 */        "\\n|\\r|\\r\\n",
64
 
        /* 12 */        "\\~[]",
65
 
        /* 13 */        "~[\\n\\r'\\]+",
66
 
        /* 14 */        "\\*/",
67
 
        /* 15 */        "\\*",
68
 
        /* 16 */        "\\n|\\r|\\r\\n",
69
 
        /* 17 */        "~[\\n\\r\\*]+",
70
 
        /* 18 */        "\\n|\\r|\\r\\n",
71
 
        /* 19 */        "~[\\n\\r]+",
72
 
        /* 20 */        "\\n|\\r|\\r\\n",
73
 
        /* 21 */        "~[\\n\\r]+",
74
 
        /* 22 */        "\\*/",
75
 
        /* 23 */        "\\*",
76
 
        /* 24 */        "\\n|\\r|\\r\\n",
77
 
        /* 25 */        "~[\\n\\r\\*]+",
78
 
        /* 26 */        "~[\\)]+ \\)",
79
 
        /* 27 */        "Action",
80
 
        /* 28 */        "PassAction",
81
 
        /* 29 */        "\\n|\\r|\\r\\n",
82
 
        /* 30 */        "\\>",
83
 
        /* 31 */        "#[_a-zA-Z][_a-zA-Z0-9]*",
84
 
        /* 32 */        "#\\[\\]",
85
 
        /* 33 */        "#\\(\\)",
86
 
        /* 34 */        "#\\[",
87
 
        /* 35 */        "#\\(",
88
 
        /* 36 */        "#",
89
 
        /* 37 */        "\\)",
90
 
        /* 38 */        "\\[",
91
 
        /* 39 */        "\\(",
92
 
        /* 40 */        "\\\\]",
93
 
        /* 41 */        "\\\\)",
94
 
        /* 42 */        "\\>",
95
 
        /* 43 */        "'",
96
 
        /* 44 */        "\"",
97
 
        /* 45 */        "\\#",
98
 
        /* 46 */        "\\~[\\]\\)>#]",
99
 
        /* 47 */        "/",
100
 
        /* 48 */        "/\\*",
101
 
        /* 49 */        "\\*/",
102
 
        /* 50 */        "//",
103
 
        /* 51 */        "\\@\\(",
104
 
        /* 52 */        "\\@",
105
 
        /* 53 */        "[a-zA-Z_]+\\(",
106
 
        /* 54 */        "[a-zA-Z_]+",
107
 
        /* 55 */        "~[a-zA-Z_\\n\\r\\)\\(\\#\\>\\]\\[\"'/\\@]+",
108
 
        /* 56 */        "[\\t\\ ]+",
109
 
        /* 57 */        "\\n|\\r|\\n\\r",
110
 
        /* 58 */        "\\[",
111
 
        /* 59 */        "\\<\\<",
112
 
        /* 60 */        "\"",
113
 
        /* 61 */        "/\\*",
114
 
        /* 62 */        "\\*/",
115
 
        /* 63 */        "//",
116
 
        /* 64 */        "\\>\\>",
117
 
        /* 65 */        "Header",
118
 
        /* 66 */        "Tokdef",
119
 
        /* 67 */        "BLOCK",
120
 
        /* 68 */        "ALT",
121
 
        /* 69 */        "LABEL",
122
 
        /* 70 */        "OPT",
123
 
        /* 71 */        "POS_CLOSURE",
124
 
        /* 72 */        "CLOSURE",
125
 
        /* 73 */        "WILD",
126
 
        /* 74 */        "PRED_OP",
127
 
        /* 75 */        "BT",
128
 
        /* 76 */        "RULE",
129
 
        /* 77 */        "REFVAR",
130
 
        /* 78 */        "atomic-element",
131
 
        /* 79 */        "rule-header",
132
 
        /* 80 */        "\\}",
133
 
        /* 81 */        "class",
134
 
        /* 82 */        "NonTerm",
135
 
        /* 83 */        "Token",
136
 
        /* 84 */        "!",
137
 
        /* 85 */        "\\<",
138
 
        /* 86 */        "\\>",
139
 
        /* 87 */        ";",
140
 
        /* 88 */        "\\|",
141
 
        /* 89 */        "\\(",
142
 
        /* 90 */        "\\)",
143
 
        /* 91 */        "..",
144
 
        /* 92 */        "#[A-Za-z0-9_]*",
145
 
        /* 93 */        "\\*/",
146
 
        /* 94 */        "\\*",
147
 
        /* 95 */        "\\n|\\r|\\r\\n",
148
 
        /* 96 */        "~[\\n\\r\\*]+",
149
 
        /* 97 */        "\\n|\\r|\\r\\n",
150
 
        /* 98 */        "~[\\n\\r]+",
151
 
        /* 99 */        "[\\t\\ ]+",
152
 
        /* 100 */       "\\n|\\r|\\r\\n",
153
 
        /* 101 */       "//",
154
 
        /* 102 */       "/\\*",
155
 
        /* 103 */       "#ifndef",
156
 
        /* 104 */       "#ifdef",
157
 
        /* 105 */       "#else",
158
 
        /* 106 */       "#define",
159
 
        /* 107 */       "#endif",
160
 
        /* 108 */       "ID",
161
 
        /* 109 */       "INT",
162
 
        /* 110 */       "enum",
163
 
        /* 111 */       "\\{",
164
 
        /* 112 */       "=",
165
 
        /* 113 */       ",",
166
 
        /* 114 */       "DLGminToken",
167
 
        /* 115 */       "DLGmaxToken",
168
 
        /* 116 */       "\\}",
169
 
        /* 117 */       ";"
170
 
};
171
 
SetWordType zzerr1[16] = {0x2,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x0,0x0,0x7,0x0,
172
 
        0x0,0x0,0x0,0x0};
173
 
SetWordType zzerr2[16] = {0x2,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x0,0x0,0x1,0x0,
174
 
        0x0,0x0,0x0,0x0};
175
 
SetWordType setwd1[118] = {0x0,0xfe,0x0,0x0,0x0,0x0,0x0,
176
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
177
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
178
 
        0x0,0x0,0x0,0x0,0xbe,0x0,0x0,0x0,
179
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
180
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
181
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
182
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
183
 
        0x0,0x0,0x81,0x81,0x0,0x0,0x0,0x0,
184
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
185
 
        0x0,0x9e,0x82,0x8e,0x0,0x0,0x0,0x0,
186
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
187
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
188
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
189
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0};
190
 
SetWordType zzerr3[16] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x0,0xc,0x0,
191
 
        0x0,0x0,0x0,0x0};
192
 
SetWordType zzerr4[16] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x80,0x10,0x0,
193
 
        0x0,0x0,0x0,0x0};
194
 
SetWordType zzerr5[16] = {0x0,0x0,0x0,0x10, 0x0,0x0,0x0,0x0, 0x0,0x0,0x20,0x0,
195
 
        0x0,0x0,0x0,0x0};
196
 
SetWordType zzerr6[16] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x80,0x0,0x0,
197
 
        0x0,0x0,0x0,0x0};
198
 
SetWordType zzerr7[16] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x20,0x0,0x40,0x0,
199
 
        0x0,0x0,0x0,0x0};
200
 
SetWordType zzerr8[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x48,0x91,0x7,
201
 
        0x0,0x0,0x0,0x0};
202
 
SetWordType setwd2[118] = {0x0,0x23,0x0,0x0,0x0,0x0,0x0,
203
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
204
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
205
 
        0x0,0x0,0x0,0x0,0xa3,0xc,0x0,0x0,
206
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
207
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
208
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
209
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
210
 
        0x0,0x0,0x1,0x1,0x0,0x0,0x14,0x80,
211
 
        0x0,0x0,0x80,0x0,0x80,0x0,0x0,0x0,
212
 
        0x0,0xe3,0x1,0xa3,0x80,0x0,0xc,0x14,
213
 
        0xc0,0x80,0x80,0xc0,0x0,0x0,0x0,0x0,
214
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
215
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
216
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0};
217
 
SetWordType zzerr9[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x48,0x81,0x7,
218
 
        0x0,0x0,0x0,0x0};
219
 
SetWordType zzerr10[16] = {0x2,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0xc0,0xcd,0x91,0xf,
220
 
        0x0,0x0,0x0,0x0};
221
 
SetWordType zzerr11[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x48,0x81,0x7,
222
 
        0x0,0x0,0x0,0x0};
223
 
SetWordType zzerr12[16] = {0x0,0x0,0x0,0x18, 0x0,0x0,0x0,0x0, 0x40,0x48,0xf1,0x7,
224
 
        0x0,0x0,0x0,0x0};
225
 
SetWordType zzerr13[16] = {0x0,0x0,0x0,0x10, 0x0,0x0,0x0,0x0, 0x0,0x0,0x20,0x0,
226
 
        0x0,0x0,0x0,0x0};
227
 
SetWordType setwd3[118] = {0x0,0x0,0x0,0x0,0x0,0x0,0x0,
228
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
229
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
230
 
        0x0,0x0,0x0,0x0,0x4d,0xc8,0x0,0x0,
231
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
232
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
233
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
234
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
235
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4d,
236
 
        0x0,0x0,0x4d,0x8,0x49,0x0,0x0,0x0,
237
 
        0x0,0x78,0x0,0x4f,0x4f,0x8,0xc8,0x48,
238
 
        0x78,0x78,0x4d,0x78,0x8,0x0,0x0,0x0,
239
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
240
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
241
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0};
242
 
SetWordType zzerr14[16] = {0x0,0x0,0x0,0x18, 0x0,0x0,0x0,0x0, 0x40,0x48,0xe1,0x7,
243
 
        0x0,0x0,0x0,0x0};
244
 
SetWordType zzerr15[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x48,0xc1,0x7,
245
 
        0x0,0x0,0x0,0x0};
246
 
SetWordType zzerr16[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x4c,0x81,0x7,
247
 
        0x0,0x0,0x0,0x0};
248
 
SetWordType zzerr17[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0xc0,0x4d,0x81,0x7,
249
 
        0x0,0x0,0x0,0x0};
250
 
SetWordType zzerr18[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x48,0x91,0x7,
251
 
        0x0,0x0,0x0,0x0};
252
 
SetWordType zzerr19[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x40,0x0,0x2,
253
 
        0x0,0x0,0x0,0x0};
254
 
SetWordType zzerr20[16] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x0,0xc,0x0,
255
 
        0x0,0x0,0x0,0x0};
256
 
SetWordType zzerr21[16] = {0x0,0x0,0x0,0x18, 0x0,0x0,0x0,0x0, 0x40,0x48,0xf1,0x7,
257
 
        0x0,0x0,0x0,0x0};
258
 
SetWordType zzerr22[16] = {0x0,0x0,0x0,0x10, 0x0,0x0,0x0,0x0, 0x0,0x0,0x20,0x0,
259
 
        0x0,0x0,0x0,0x0};
260
 
SetWordType setwd4[118] = {0x0,0x0,0x0,0x0,0x0,0x0,0x0,
261
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
262
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
263
 
        0x0,0x0,0x0,0x0,0x7f,0xc0,0x0,0x0,
264
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
265
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
266
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
267
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
268
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7f,
269
 
        0x0,0x0,0x7f,0x0,0x7f,0x0,0x0,0x0,
270
 
        0x0,0x7f,0x0,0x7f,0x7f,0x0,0xc0,0x41,
271
 
        0x7f,0x7f,0x7f,0x7f,0x0,0x0,0x0,0x0,
272
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
273
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
274
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0};
275
 
SetWordType zzerr23[16] = {0x0,0x0,0x0,0x18, 0x0,0x0,0x0,0x0, 0x40,0x48,0xe1,0x7,
276
 
        0x0,0x0,0x0,0x0};
277
 
SetWordType zzerr24[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x48,0xc1,0x7,
278
 
        0x0,0x0,0x0,0x0};
279
 
SetWordType zzerr25[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x48,0x91,0x7,
280
 
        0x0,0x0,0x0,0x0};
281
 
SetWordType zzerr26[16] = {0x2,0x0,0x0,0x18, 0x0,0x0,0x0,0x0, 0x40,0x8,0x81,0x7,
282
 
        0x0,0x0,0x0,0x0};
283
 
SetWordType zzerr27[16] = {0x2,0x0,0x0,0x18, 0x0,0x0,0x0,0x0, 0x40,0x48,0x81,0x7,
284
 
        0x0,0x0,0x0,0x0};
285
 
SetWordType zzerr28[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x48,0x91,0x7,
286
 
        0x0,0x0,0x0,0x0};
287
 
SetWordType zzerr29[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x48,0x91,0xf,
288
 
        0x0,0x0,0x0,0x0};
289
 
SetWordType setwd5[118] = {0x0,0x8,0x0,0x0,0x0,0x0,0x0,
290
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
291
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
292
 
        0x0,0x0,0x0,0x0,0xff,0x8,0x0,0x0,
293
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
294
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
295
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
296
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
297
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,
298
 
        0x0,0x0,0xf7,0x0,0xff,0x0,0x0,0x0,
299
 
        0x0,0xff,0x0,0xf7,0xf7,0x0,0x0,0x1,
300
 
        0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
301
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
302
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
303
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0};
304
 
SetWordType zzerr30[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x48,0x10,0x6,
305
 
        0x0,0x0,0x0,0x0};
306
 
SetWordType zzerr31[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x48,0x10,0xe,
307
 
        0x0,0x0,0x0,0x0};
308
 
SetWordType zzerr32[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x48,0x10,0x6,
309
 
        0x0,0x0,0x0,0x0};
310
 
SetWordType zzerr33[16] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x0,0xc,0x0,
311
 
        0x0,0x0,0x0,0x0};
312
 
SetWordType zzerr34[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x48,0x10,0x6,
313
 
        0x0,0x0,0x0,0x0};
314
 
SetWordType zzerr35[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x48,0x10,0xe,
315
 
        0x0,0x0,0x0,0x0};
316
 
SetWordType zzerr36[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x40,0x48,0x10,0x6,
317
 
        0x0,0x0,0x0,0x0};
318
 
SetWordType zzerr37[16] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x2,0x8,0x0,
319
 
        0x0,0x0,0x0,0x0};
320
 
SetWordType zzerr38[16] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x40,0x0,0x0,
321
 
        0x0,0x0,0x0,0x0};
322
 
SetWordType zzerr39[16] = {0x0,0x0,0x0,0x8, 0x0,0x0,0x0,0x0, 0x60,0x48,0x10,0xe,
323
 
        0x0,0x0,0x0,0x0};
324
 
SetWordType setwd6[118] = {0x0,0x0,0x0,0x0,0x0,0x0,0x0,
325
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
326
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
327
 
        0x0,0x0,0x0,0x0,0xef,0x0,0x0,0x0,
328
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
329
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
330
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
331
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
332
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xef,
333
 
        0x0,0x0,0xef,0x0,0xef,0x0,0x0,0x0,
334
 
        0x0,0x0,0x0,0xff,0xff,0x1,0x0,0x0,
335
 
        0x0,0x0,0xef,0xef,0x1,0x0,0x0,0x0,
336
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
337
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
338
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0};
339
 
SetWordType zzerr40[16] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,
340
 
        0x0,0x44,0x0,0x0};
341
 
SetWordType zzerr41[16] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,
342
 
        0x80,0x40,0x0,0x0};
343
 
SetWordType zzerr42[16] = {0x2,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,
344
 
        0x80,0x44,0x0,0x0};
345
 
SetWordType zzerr43[16] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,
346
 
        0x0,0x90,0x0,0x0};
347
 
SetWordType setwd7[118] = {0x0,0xc0,0x0,0x0,0x0,0x0,0x0,
348
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
349
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
350
 
        0x0,0x0,0x0,0x0,0x1d,0x8,0x0,0x0,
351
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
352
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
353
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
354
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
355
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1d,
356
 
        0x0,0x0,0x1d,0x8,0x19,0x0,0x0,0x0,
357
 
        0x0,0x18,0x0,0x1f,0x1f,0x8,0x8,0x8,
358
 
        0x10,0x18,0x1d,0x18,0x8,0x0,0x0,0x0,
359
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
360
 
        0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x20,
361
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0};
362
 
SetWordType zzerr44[16] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,
363
 
        0x0,0x0,0x13,0x0};
364
 
SetWordType zzerr45[16] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,
365
 
        0x0,0x0,0x13,0x0};
366
 
SetWordType zzerr46[16] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,
367
 
        0x0,0x0,0x13,0x0};
368
 
SetWordType zzerr47[16] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,
369
 
        0x0,0x0,0x13,0x0};
370
 
SetWordType zzerr48[16] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,
371
 
        0x0,0x10,0x1e,0x0};
372
 
SetWordType setwd8[118] = {0x0,0x20,0x0,0x0,0x0,0x0,0x0,
373
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
374
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
375
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
376
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
377
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
378
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
379
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
380
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
381
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
382
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
383
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
384
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
385
 
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,
386
 
        0x0,0x0,0x1f,0x0,0x0,0x1f,0x0};