mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-09 21:08:41 +08:00
Fix empty initializer compile error on win32
This commit is contained in:
parent
9ed3de91a2
commit
82b0af7450
2
tccgen.c
2
tccgen.c
@ -5766,7 +5766,7 @@ static void parse_atomic(int atok)
|
|||||||
int mode;
|
int mode;
|
||||||
size_t arg;
|
size_t arg;
|
||||||
SValue *call;
|
SValue *call;
|
||||||
CType atom = {};
|
CType atom;
|
||||||
static const char *const templates[] = {
|
static const char *const templates[] = {
|
||||||
/*
|
/*
|
||||||
* Each entry consists of callback and function template.
|
* Each entry consists of callback and function template.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user