[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] FreeType patches to support amalgamation #2
From: |
Vinnie |
Subject: |
Re: [ft-devel] FreeType patches to support amalgamation #2 |
Date: |
Fri, 24 Feb 2012 07:43:00 -0800 (PST) |
>Date: Fri, 24 Feb 2012 12:29:13 +0100 (CET)
>From: Werner LEMBERG <address@hidden>
>Subject: Re: [ft-devel] FreeType patches to support amalgamation #2
>
>> One more minor set of changes, I moved an inline comment to the
>> previous line on a couple of #include lines.
>
>What is this change set good for, except cosmetics?
The amalgamation tool does not understand C style comments so it
gets confused when they appear on an #include line. I guess I could
add support for it but that will only make the tool more complex and
increase the work to port it another language.