[gdb/testsuite] Handle missing gold linker in gdb.base/morestack.exp
[deliverable/binutils-gdb.git] / gdb / macroexp.h
index 511991cacd20720df59ea57791ff6d14d2d83712..2e29d02d34bd40efe9adddad01d4361a338f64bf 100644 (file)
@@ -78,9 +78,7 @@ 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);
+/* Stringify STR according to C rules and return a null-terminated string.  */
+gdb::unique_xmalloc_ptr<char> macro_stringify (const char *str);
 
 #endif /* MACROEXP_H */
This page took 0.024568 seconds and 4 git commands to generate.