windows-nt/Source/XPSP1/NT/com/rpc/tools/pg/lex.h

10 lines
164 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// Copyright (c) 1993-1999 Microsoft Corporation
union s_lextype {
char * yystring;
int yynumber;
char yycharval;
};
typedef union s_lextype lextype_t;