History log of /xsrc/external/mit/xcb-util/dist/atom/atoms.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 2fd93fed 08-Nov-2012 apb <apb@NetBSD.org>

Mark inline function in_word_set(str, len) as static.
The function uses a static variable (stringpool_contents)
and this is not allowed in an inline function with external linkage.

This change in
xsrc/external/mit/xorg/lib/xcb-util/atom/atoms.c
is identical to a recent change in
src/external/mit/xorg/lib/xcb-util/atom/atoms.c
where the problem was found by clang -Wstatic-in-inline.

# ecce36be 17-Jul-2010 mrg <mrg@NetBSD.org>

initial import of xcb-util-0.3.6