diff options
| author | grischka <grischka> | 2009-06-17 02:09:07 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-06-17 02:09:07 +0200 |
| commit | 69fdb57eddd00c592828605819f0678522d346c6 (patch) | |
| tree | dcca669d72e59ee4168fbf15f5651538c77071ae /lib/libtcc1.c | |
| parent | bba515afe5496ee59fc10c3307577a87c94fb87f (diff) | |
| download | tinycc-69fdb57eddd00c592828605819f0678522d346c6.tar.gz tinycc-69fdb57eddd00c592828605819f0678522d346c6.tar.bz2 | |
unions: initzialize only one field
struct {
union {
int a,b;
};
int c;
} sss = { 1,2 };
This had previously assigned 1,2 to a,b and 0 to c which is wrong.
Diffstat (limited to 'lib/libtcc1.c')
0 files changed, 0 insertions, 0 deletions
