Unfortunately I missed a second compilation of sqlite3.c, in wc- queries-test.c. Here's an updated patch. Sorry about not getting it right the first time.

[[[
Work around a problem on older OS X systems: sqlite3.c includes
<libkern/OSAtomic.h>, which uses 'inline' and thus cannot be compiled
with -std=c89 that we are using for all files.

* subversion/libsvn_subr/sqlite3wrapper.c
(toplevel): Define 'inline' as '__inline__' (which gcc accepts even in c89
   mode) during a pre-emptive inclusion of <libkern/OSAtomic.h>.
* subversion/tests/libsvn_wc/wc-queries-test.c
  (toplevel): Likewise.
]]]

Attachment: apple.patch
Description: Binary data


Reply via email to