summaryrefslogtreecommitdiff
path: root/src/elf32.c
diff options
context:
space:
mode:
authorhp.com!davidm <hp.com!davidm>2003-02-15 03:10:30 +0000
committerhp.com!davidm <hp.com!davidm>2003-02-15 03:10:30 +0000
commitad066d35b75eddbc0b88e085f521e106277209a7 (patch)
tree2496f343a608d77fca23ab1f7bccdb9eeb1e8616 /src/elf32.c
parentcd6b1537ce9ad125603bf5e3afac8d41e066d75b (diff)
downloadlibunwind-ad066d35b75eddbc0b88e085f521e106277209a7.tar.gz
Do nothing of UNW_REMOTE_ONLY is defined.
(Logical change 1.48)
Diffstat (limited to 'src/elf32.c')
-rw-r--r--src/elf32.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/elf32.c b/src/elf32.c
index f1c21e6d..a70bb58f 100644
--- a/src/elf32.c
+++ b/src/elf32.c
@@ -1,2 +1,4 @@
-#include "elf32.h"
-#include "elfxx.c"
+#ifndef UNW_REMOTE_ONLY
+# include "elf32.h"
+# include "elfxx.c"
+#endif