PR macros/13205:
[deliverable/binutils-gdb.git] / gdb / macroexp.h
index 289619eba953b974ca435cf7e77bf7a98499a2d0..dba03f6722490c5d740dadf30e3a94f7791fd9a6 100644 (file)
@@ -91,4 +91,9 @@ int macro_is_identifier_nondigit (int c);
 int macro_is_digit (int c);
 
 
+/* Stringify STR according to C rules and return an xmalloc'd pointer
+   to the result.  */
+
+char *macro_stringify (const char *str);
+
 #endif /* MACROEXP_H */
This page took 0.023363 seconds and 4 git commands to generate.