mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Add missing svn:eol-style property
svn path=/trunk/; revision=23516
This commit is contained in:
parent
dca537db04
commit
6845ab891c
2 changed files with 2 additions and 2 deletions
|
@ -289,7 +289,7 @@ static struct keyword {
|
|||
{"small", tSMALL},
|
||||
/* ... */
|
||||
{"source", tSOURCE},
|
||||
/* ... */
|
||||
/* ... */
|
||||
{"string", tSTRING},
|
||||
{"struct", tSTRUCT},
|
||||
{"switch", tSWITCH},
|
||||
|
|
|
@ -171,7 +171,7 @@ enum type_kind
|
|||
TKIND_UNION,
|
||||
TKIND_MAX
|
||||
};
|
||||
|
||||
|
||||
struct _attr_t {
|
||||
enum attr_type type;
|
||||
union {
|
||||
|
|
Loading…
Reference in a new issue