freetype-devel
[Top][All Lists]
Advanced

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

[ft-devel] Re: Some public APIs using FT_Int/FT_UInt should be improved


From: Werner LEMBERG
Subject: [ft-devel] Re: Some public APIs using FT_Int/FT_UInt should be improved in future
Date: Thu, 25 Dec 2008 08:53:42 +0100 (CET)

I see in the patch that you've changed

  #define FTC_GCACHE_LOOKUP_CMP( cache, famcmp, nodecmp, hash,                \
                                 gindex, query, node, error )                 \
  ...

to

  #define FTC_GCACHE_LOOKUP_CMP( cache, famcmp, nodecmp, hash, gindex, query, 
node, error ) \
  ...

(this is, all arguments of the macros are in a single line).  Why?  Is
there a bug in the Atari preprocessor which enforces that?  In case my
assumption is correct, please add a comment directly to the macros
which are affected by this change so that it doesn't get reverted
accidentally.


    Werner




reply via email to

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