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.
This commit is contained in:
Andrew Cagney
2003-03-18 22:03:29 +00:00
parent ac3b79201d
commit a2867626c1
4 changed files with 10 additions and 3 deletions

View File

@@ -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