mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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},
|
{"small", tSMALL},
|
||||||
/* ... */
|
/* ... */
|
||||||
{"source", tSOURCE},
|
{"source", tSOURCE},
|
||||||
/* ... */
|
/* ... */
|
||||||
{"string", tSTRING},
|
{"string", tSTRING},
|
||||||
{"struct", tSTRUCT},
|
{"struct", tSTRUCT},
|
||||||
{"switch", tSWITCH},
|
{"switch", tSWITCH},
|
||||||
|
|
|
@ -171,7 +171,7 @@ enum type_kind
|
||||||
TKIND_UNION,
|
TKIND_UNION,
|
||||||
TKIND_MAX
|
TKIND_MAX
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _attr_t {
|
struct _attr_t {
|
||||||
enum attr_type type;
|
enum attr_type type;
|
||||||
union {
|
union {
|
||||||
|
|
Loading…
Reference in a new issue