zig/src-self-hosted
Andrew Kelley 10e9d47b49
stage2 translate-c: implement functions with no prototype
stage1 translate-c actually has this wrong. When exporting a function,
it's ok to use empty parameters. But for prototypes, "no prototype"
means that it has to be emitted as a function that accepts anything,
e.g. extern fn foo(...) void;

See #1964
2019-05-11 12:09:11 -04:00
..
2018-11-13 05:08:37 -08:00
2018-11-13 05:08:37 -08:00
2019-03-24 00:44:18 -04:00
2019-03-24 00:44:18 -04:00
2019-04-11 19:36:35 +12:00
2018-11-13 05:08:37 -08:00