[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] Re: [Freetype] Re: Summary of ANSI preprocessor trouble..
From: |
David Turner |
Subject: |
[Devel] Re: [Freetype] Re: Summary of ANSI preprocessor trouble.. |
Date: |
Wed, 13 Dec 2000 10:10:36 +0100 |
Hi Werner,
>
> > There is still a possibility to circumvent this:
> >
> > #define FT_INTERNAL_INTERNAL_H FT_INTERNAL_FILE(internal.h)
> > #include FT_INTERNAL_INTERNAL_H
> >
> > According to Martin Buchholz, one of the XEmacs core members, this
> > should be portable (namely, having a simple macro expanded in a
> > #include line).
> >
> > Maybe you give this a try on those buggy compilers...
>
Actually, I have tried lots of things yesterday, including the
technique your describing, and it didn't work on all tested
compilers..
I really think we should forget about these things..
> I'll implement and commit it -- it's work of just a few minutes
> (i.e., finding the right regexp).
>
Please don't lose time on this, we've already done enough !!
Cheers,
- David