OSDN Git Service

2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / sys / linux / net / nsparser.h
1 #define NL 257
2 #define SUCCESS 258
3 #define UNAVAIL 259
4 #define NOTFOUND 260
5 #define TRYAGAIN 261
6 #define RETURN 262
7 #define CONTINUE 263
8 #define STRING 264
9 typedef union {
10         char *str;
11         int   mapval;
12 } YYSTYPE;
13 extern YYSTYPE _nsyylval;