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},
/* ... */
{"source", tSOURCE},
/* ... */
/* ... */
{"string", tSTRING},
{"struct", tSTRUCT},
{"switch", tSWITCH},

View file

@ -171,7 +171,7 @@ enum type_kind
TKIND_UNION,
TKIND_MAX
};
struct _attr_t {
enum attr_type type;
union {