]> git.alsa-project.org Git - alsa-lib.git/commitdiff
fixed compile on ia64 and sparc
authorTakashi Iwai <tiwai@suse.de>
Fri, 15 Jun 2001 09:30:49 +0000 (09:30 +0000)
committerTakashi Iwai <tiwai@suse.de>
Fri, 15 Jun 2001 09:30:49 +0000 (09:30 +0000)
src/pcm/pcm_meter.c

index 793e9efb673d11adca62aae43267522144569390..622fc2585164f52e9230f37c27de31cffcdc8646 100644 (file)
@@ -34,7 +34,7 @@
 #include "pcm_local.h"
 #include "pcm_plugin.h"
 
-#if defined(__sparc__) || defined __ia64__
+#if defined(__sparc__) || defined(__ia64__)
 /* asm/atomic.h is unavailable on sparc and ia64 */
 #define atomic_t int
 #define atomic_read(x) (*(x))