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"
#include "elfxx.c"
#ifndef UNW_REMOTE_ONLY
# include "elf32.h"
# include "elfxx.c"
#endif

View File

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