Remove a cleanup from parse_expression_for_completion
[deliverable/binutils-gdb.git] / gdb / expression.h
index 030f2f08e7ae6440a844f69895bd87a40bf284fe..7abd7f7503cf7dab6f2ccd9f9172da60d9e43247 100644 (file)
@@ -101,8 +101,8 @@ extern expression_up parse_expression (const char *);
 extern expression_up parse_expression_with_language (const char *string,
                                                     enum language lang);
 
-extern struct type *parse_expression_for_completion (const char *, char **,
-                                                    enum type_code *);
+extern struct type *parse_expression_for_completion
+    (const char *, gdb::unique_xmalloc_ptr<char> *, enum type_code *);
 
 extern expression_up parse_exp_1 (const char **, CORE_ADDR pc,
                                  const struct block *, int);
This page took 0.02317 seconds and 4 git commands to generate.