Last change
on this file since 1346 was 1346, checked in by johnmcp, 23 years ago |
added a few miscellaneous files for z39.50 (the flex- and bison-made C files)
|
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
971 bytes
|
Line | |
---|
1 | typedef union {
|
---|
2 | char *string;
|
---|
3 | struct z3950cfg *cfg;
|
---|
4 | struct z3950aboutlist *about;
|
---|
5 | int number;
|
---|
6 | } YYSTYPE;
|
---|
7 | #define GSDLVERSION 257
|
---|
8 | #define GENERAL_SECTION 258
|
---|
9 | #define SEARCH_SECTION 259
|
---|
10 | #define BROWSE_SECTION 260
|
---|
11 | #define MACROS_SECTION 261
|
---|
12 | #define MAINTAINER 262
|
---|
13 | #define PUBLIC 263
|
---|
14 | #define TRUE 264
|
---|
15 | #define FALSE 265
|
---|
16 | #define LANGUAGES 266
|
---|
17 | #define EN 267
|
---|
18 | #define FR 268
|
---|
19 | #define MI 269
|
---|
20 | #define ZH 270
|
---|
21 | #define DE 271
|
---|
22 | #define NAME 272
|
---|
23 | #define STRING 273
|
---|
24 | #define ICON 274
|
---|
25 | #define SMALLICON 275
|
---|
26 | #define ABOUT 276
|
---|
27 | #define SEARCHTEXT 277
|
---|
28 | #define DOCUMENT 278
|
---|
29 | #define SECTION 279
|
---|
30 | #define BROWSE 280
|
---|
31 | #define TYPE 281
|
---|
32 | #define FORMAT 282
|
---|
33 | #define LIST 283
|
---|
34 | #define SORTEDLIST 284
|
---|
35 | #define SECTIONLIST 285
|
---|
36 | #define SORTEDSECTIONLIST 286
|
---|
37 | #define DATELIST 287
|
---|
38 | #define ICONLINK 288
|
---|
39 | #define TEXTLINK 289
|
---|
40 | #define DOCUMENTIMAGES 290
|
---|
41 | #define DOCUMENTHEADER 291
|
---|
42 | #define DOCUMENTTEXT 292
|
---|
43 | #define DOCUMENTBUTTONS 293
|
---|
44 | #define DOCUMENTARROWSBOTTOM 294
|
---|
45 | #define DATA 295
|
---|
46 |
|
---|
47 |
|
---|
48 | extern YYSTYPE yylval;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.