Add STRINGIFY to gdb/common/preprocessor.h
[deliverable/binutils-gdb.git] / gdb / compile / compile-c-support.c
index 2614570072d3456bb7fcca06477222c03a6df4b3..3bec28c271f3142cdb3d76b2a34bf543babb2efd 100644 (file)
@@ -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)
 
 \f
 
-#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.  */
This page took 0.02579 seconds and 4 git commands to generate.