[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Symbol collision for function error
From: |
Bernhard Reutner-Fischer |
Subject: |
Re: [Tinycc-devel] Symbol collision for function error |
Date: |
Wed, 8 Jul 2009 12:52:07 +0200 |
On Wednesday, July 8, 2009, grischka <address@hidden> wrote:
> Why that patch is not in the mob branch? Is a glibc problem?
>
> The patch is just a quick hack. If at all we could rename error
> to tcc_error all over the source code. Nut I'm not quite sure
> that libc should have a symbol called "error".
error() is a GNU extension, so use tcc_error() to be safe.