summaryrefslogtreecommitdiff
path: root/os/xalloc.c
diff options
context:
space:
mode:
authorBen Byer <bbyer@bbyer.local>2007-10-14 18:07:03 -0700
committerBen Byer <bbyer@bbyer.local>2007-10-14 18:07:03 -0700
commit3d4eb17b38dcb1468493f3686dc5ea3623ef9a73 (patch)
tree8513b52c480f7e2fd8821d959a097c95ec67676c /os/xalloc.c
parentec0fc012e91e703bb399a380df2912f71957a220 (diff)
mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSI
Diffstat (limited to 'os/xalloc.c')
-rw-r--r--os/xalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/xalloc.c b/os/xalloc.c
index 8c019f3bc..e5f39465b 100644
--- a/os/xalloc.c
+++ b/os/xalloc.c
@@ -211,7 +211,7 @@ extern Bool Must_have_memory;
fclose(f); \
} \
}
-#if defined(linux) && defined(i386)
+#if defined(linux) && defined(__i386__)
#define LOG_ALLOC(_fun, _size, _ret) \
{ unsigned long *from; \
__asm__("movl %%ebp,%0" : /*OUT*/ "=r" (from) : /*IN*/ ); \