Fix double-application of patch.
From-SVN: r267399
This commit is contained in:
parent
77e9f49535
commit
3d7bef8def
@ -6,14 +6,3 @@ typedef struct {
|
||||
} c;
|
||||
|
||||
void d() { ((c *)0)->b[0] = 0; }
|
||||
|
||||
typedef struct {
|
||||
} a;
|
||||
|
||||
typedef struct {
|
||||
a *b[0];
|
||||
} c;
|
||||
|
||||
void d() { ((c *)0)->b[0] = 0; }
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user