aboutsummaryrefslogtreecommitdiff
path: root/gdb/expression.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-03-18 22:03:29 +0000
committerAndrew Cagney <cagney@redhat.com>2003-03-18 22:03:29 +0000
commita2867626c13e9fe67881cc79e4ae6ff4f193fc04 (patch)
treeaed4767b4af4c064dc914056ee094948913a4384 /gdb/expression.h
parentac3b79201d339c4cf6164b0c54be32185543cdd6 (diff)
downloadfsf-binutils-gdb-a2867626c13e9fe67881cc79e4ae6ff4f193fc04.zip
fsf-binutils-gdb-a2867626c13e9fe67881cc79e4ae6ff4f193fc04.tar.gz
fsf-binutils-gdb-a2867626c13e9fe67881cc79e4ae6ff4f193fc04.tar.bz2
2003-03-18 Andrew Cagney <cagney@redhat.com>
* printcmd.c (print_scalar_formatted): Change VALADDR parameter to a void pointer. * gdbtypes.h (print_scalar_formatted): Update declaration. * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
Diffstat (limited to 'gdb/expression.h')
-rw-r--r--gdb/expression.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/expression.h b/gdb/expression.h
index 60e61d9..da95fcb 100644
--- a/gdb/expression.h
+++ b/gdb/expression.h
@@ -322,7 +322,7 @@ enum exp_opcode
OP_EXPRSTRING,
/* An Objective C Foundation Class NSString constant */
- OP_OBJC_NSSTRING,
+ OP_OBJC_NSSTRING
};
union exp_element