another fix for an illegal initialisation struct
This commit is contained in:
parent
14b56d7c55
commit
7dfa108a92
@ -285,11 +285,11 @@ replacement (int *n;)
|
|||||||
| /* empty replacement, but there must be a
|
| /* empty replacement, but there must be a
|
||||||
* structure initializer anyway
|
* structure initializer anyway
|
||||||
*/
|
*/
|
||||||
{ fputs("\t{\"\"",genc);
|
{ fputs("\t{\"\", {",genc);
|
||||||
for (i = 0; i < maxoperand; i++) {
|
for (i = 0; i < maxoperand; i++) {
|
||||||
fputs(",{\"\",-1,\"\"}",genc);
|
fprintf(genc, "%c{\"\",-1,\"\"}",i?',':' ');
|
||||||
}
|
}
|
||||||
putc('}',genc);
|
fputs("}}",genc);
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
;
|
;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user