Remove a definition of a variable from a header file.

svn path=/trunk/; revision=43570
This commit is contained in:
Dmitry Gorbachev 2009-10-18 18:52:12 +00:00
parent d2b83e9175
commit 9698fa5426

View file

@ -167,7 +167,7 @@ union maxalign {
void *p;
void (*fp)(void);
union maxalign *up;
} data;
};
typedef struct {
void *ext;