[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] #include_next troubles
From: |
Sergey Korshunoff |
Subject: |
Re: [Tinycc-devel] #include_next troubles |
Date: |
Mon, 19 Oct 2015 18:21:15 +0300 |
Hi, assaf
A next version of the solution is submitted to the repo.
/*
don't give an error and simply ingnore directive if we detect a loop
of the #include_next.
With this aproach coreutils-8.24.51-8802e compiles, but with errors:
lib/libcoreutils.a: error: 'xnmalloc' defined twice
lib/libcoreutils.a: error: 'xnrealloc' defined twice
*/
- Re: [Tinycc-devel] #include_next troubles, Sergey Korshunoff, 2015/10/17
- Re: [Tinycc-devel] #include_next troubles, Assaf Gordon, 2015/10/18
- Re: [Tinycc-devel] #include_next troubles,
Sergey Korshunoff <=
- Re: [Tinycc-devel] #include_next troubles, Sergey Korshunoff, 2015/10/20
- Re: [Tinycc-devel] #include_next troubles, Sergey Korshunoff, 2015/10/20
- Re: [Tinycc-devel] #include_next troubles, grischka, 2015/10/20
- Re: [Tinycc-devel] #include_next troubles, Sergey Korshunoff, 2015/10/20
- Re: [Tinycc-devel] #include_next troubles, Edmund Grimley Evans, 2015/10/20
- Re: [Tinycc-devel] #include_next troubles, Sergey Korshunoff, 2015/10/20
- Re: [Tinycc-devel] #include_next troubles, grischka, 2015/10/20
- Re: [Tinycc-devel] #include_next troubles, Edmund Grimley Evans, 2015/10/21
- Re: [Tinycc-devel] #include_next troubles, Sergey Korshunoff, 2015/10/21
- Re: [Tinycc-devel] #include_next troubles, Sergey Korshunoff, 2015/10/22