* value.h (print_longest): Rename "value" to "val" in prototype
authorPeter Schauer <Peter.Schauer@mytum.de>
Sat, 5 Feb 1994 13:37:00 +0000 (13:37 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Sat, 5 Feb 1994 13:37:00 +0000 (13:37 +0000)
commit65e98f5b2fc4aa3450b7d09d573cd61091f4b184
tree79db841cb277e92eb44e9bc13cc12bd32f3661b7
parent52a8ebfe04a89a747b014ab2eaa96968bc346360
* value.h (print_longest):  Rename "value" to "val" in prototype
declaration because some compilers don't like arguments whose
names are the same as types.
* remote.c (remote_xfer_memory):  Cast "myaddr" to unsigned char *
before passing it to remote_*_bytes.
gdb/ChangeLog