(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
This commit is contained in:
@@ -44,11 +44,11 @@ typedef uint8 Month;
|
||||
typedef uint8 Day;
|
||||
typedef uint16 DateFract;
|
||||
|
||||
typedef struct YearMonthDay {
|
||||
struct YearMonthDay {
|
||||
Year year;
|
||||
Month month;
|
||||
Day day;
|
||||
} YearMonthDay;
|
||||
};
|
||||
|
||||
extern Year _cur_year;
|
||||
extern Month _cur_month;
|
||||
|
Reference in New Issue
Block a user