[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: mseparser.pas line 394
type cidentty = ( |
cid_invalid = - 1, |
cid_break = 0, |
cid_case, |
cid_continue, |
cid_default, |
cid_do, |
cid_else, |
cid_entry, |
cid_for, |
cid_goto, |
cid_if, |
cid_return, |
cid_sizeof, |
cid_switch, |
cid_while, |
cid_auto, |
cid_const, |
cid_enum, |
cid_extern, |
cid_register, |
cid_signed, |
cid_static, |
cid_struct, |
cid_typedef, |
cid_union, |
cid_unsigned, |
cid_volatile |
); |