]> git.wh0rd.org - fontconfig.git/commit
Don't use varargs CPP macros in fccache.c. (bug 8733)
authorKean Johnston <kean@armory.com>
Sat, 2 Dec 2006 21:36:56 +0000 (13:36 -0800)
committerKeith Packard <keithp@neko.keithp.com>
Sat, 2 Dec 2006 21:36:56 +0000 (13:36 -0800)
commitc9c6875014661d4326100bae0464279d76bd657f
tree52f372d9dcfafd4c2f950e1c85d767ab743c0eae
parent72ffe6536a6825a32095c8185aff836a12326ac5
Don't use varargs CPP macros in fccache.c. (bug 8733)

src/fccache.c uses a trick to try and use a function name that is also a
macro name. It does this using the varargs args() macro. Replace that
with separate macros for each number of formals.
src/fccache.c