petidomo/librfc822/address_scan.h
2000-12-16 12:38:21 +00:00

9 lines
118 B
C

#ifndef YYSTYPE
#define YYSTYPE int
#endif
#define TOK_ATOM 257
#define TOK_ILLEGAL 258
extern YYSTYPE rfc822_lval;