summaryrefslogtreecommitdiff
path: root/src/third_party/unwind/dist/src/dwarf/Lparser.c
blob: f23aaf48e9c27d9297567618169d8d89d1ee7a5c (plain)
1
2
3
4
5
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gparser.c"
#endif