1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-18 11:15:18 +02:00

Do nothing of UNW_REMOTE_ONLY is defined.

(Logical change 1.48)
This commit is contained in:
hp.com!davidm 2003-02-15 03:10:30 +00:00
parent cd6b1537ce
commit ad066d35b7
2 changed files with 8 additions and 4 deletions

View file

@ -1,2 +1,4 @@
#include "elf32.h" #ifndef UNW_REMOTE_ONLY
#include "elfxx.c" # include "elf32.h"
# include "elfxx.c"
#endif

View file

@ -1,2 +1,4 @@
#include "elf64.h" #ifndef UNW_REMOTE_ONLY
#include "elfxx.c" # include "elf64.h"
# include "elfxx.c"
#endif