windows-nt/Source/XPSP1/NT/com/rpc/tools/pg/lex.h
2020-09-26 16:20:57 +08:00

10 lines
164 B
C

// Copyright (c) 1993-1999 Microsoft Corporation
union s_lextype {
char * yystring;
int yynumber;
char yycharval;
};
typedef union s_lextype lextype_t;