1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-02 21:25:18 +02:00
libunwind-eh_elf/src/elf32.c
hp.com!davidm ad066d35b7 Do nothing of UNW_REMOTE_ONLY is defined.
(Logical change 1.48)
2003-02-15 03:10:30 +00:00

5 lines
71 B
C

#ifndef UNW_REMOTE_ONLY
# include "elf32.h"
# include "elfxx.c"
#endif