fix a few compiler warnings on older gcc

This commit is contained in:
Lennart Poettering 2008-08-29 23:53:55 +02:00
parent 506eacc922
commit 13018d62c1
10 changed files with 19 additions and 19 deletions

View file

@ -42,7 +42,7 @@
#error "Please include config.h before including this file!"
#endif
#if HAVE_ATOMIC_BUILTINS
#ifdef HAVE_ATOMIC_BUILTINS
/* __sync based implementation */