diff options
Diffstat (limited to 'gdb/compile')
-rw-r--r-- | gdb/compile/compile-c-support.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/compile/compile-c-support.c b/gdb/compile/compile-c-support.c index 2614570..3bec28c 100644 --- a/gdb/compile/compile-c-support.c +++ b/gdb/compile/compile-c-support.c @@ -26,6 +26,7 @@ #include "macroscope.h" #include "regcache.h" #include "common/function-view.h" +#include "common/preprocessor.h" /* See compile-internal.h. */ @@ -65,9 +66,6 @@ c_get_range_decl_name (const struct dynamic_prop *prop) -#define STR(x) #x -#define STRINGIFY(x) STR(x) - /* Helper function for c_get_compile_context. Open the GCC front-end shared library and return the symbol specified by the current GCC_C_FE_CONTEXT. */ |