Add missing svn:eol-style property

svn path=/trunk/; revision=23516
This commit is contained in:
Hervé Poussineau 2006-08-07 11:11:15 +00:00
parent dca537db04
commit 6845ab891c
2 changed files with 2 additions and 2 deletions

View file

@ -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},

View file

@ -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 {