diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-15 06:15:27 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-15 06:15:27 +0000 |
commit | 34f635b0c7ff5ebb93b4ccafa2753e577d34ec6f (patch) | |
tree | aefca76da0a080ba0d6fd2e64db7e4f862affb3c /gdb/ax.h | |
parent | 9bbbb8a7e30147a00f868577426ca9f2bf4295fb (diff) | |
download | gdb-34f635b0c7ff5ebb93b4ccafa2753e577d34ec6f.tar.gz |
Cleanup free_agent_expr cleanups.
Diffstat (limited to 'gdb/ax.h')
-rw-r--r-- | gdb/ax.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -143,6 +143,7 @@ extern struct agent_expr *new_agent_expr PARAMS ((CORE_ADDR)); /* Free a agent expression. */ extern void free_agent_expr PARAMS ((struct agent_expr *)); +extern struct cleanup *make_cleanup_free_agent_expr (struct agent_expr *); /* Append a simple operator OP to EXPR. */ extern void ax_simple PARAMS ((struct agent_expr * EXPR, enum agent_op OP)); |