bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Internal regex.h is always used


From: Bruno Haible
Subject: Re: Internal regex.h is always used
Date: Wed, 15 Sep 2010 03:43:27 +0200
User-agent: KMail/1.9.9

Hi Reuben,

> #include "regex.h"
> uses the included regex.h, not the system one.

Yes.

> There are obvious potential problems with this: if the 
> ABI changes you could end up with a header that doesn't match the
> linked code, and even without that you can end up thinking you have
> features (e.g. syntax bits) which are not in fact available in the
> code.

Yes. But the ABI is stable: it's the glibc ABI. The problems have only
been theoretical, not practical, so far. Or can you show a factual problem?

Bruno



reply via email to

[Prev in Thread] Current Thread [Next in Thread]