Files
tinycc/tests
grischka 7b8799e5ff tccgen.c: local extern decls: copy s->ref for VT_PTR too
This fixes the issue

    int main() { extern char *x; }
    void main1() { extern char *x; }
    t2.c:5: error: incompatible types for redefinition of 'x'

(reported by Giovanni Mascellani 2019/07/16)
2019-09-08 16:59:17 +02:00
..
2018-01-05 02:19:26 +01:00
2017-09-24 18:03:26 -07:00
2017-12-12 17:57:20 +01:00
2017-12-12 17:57:20 +01:00
2017-12-03 04:53:50 +01:00
2019-06-24 11:40:01 +02:00
2016-12-20 18:05:33 +01:00
2019-03-14 14:59:27 +01:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00