This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog value.c
- From: sergiodj at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: Mon, 16 Sep 2013 21:07:14 +0000
- Subject: src/gdb ChangeLog value.c
CVSROOT: /cvs/src
Module name: src
Changes by: sergiodj@sourceware.org 2013-09-16 21:07:14
Modified files:
gdb : ChangeLog value.c
Log message:
The error message in the function was saying
"You should provide one parameter..." while it should be saying "... one
argument...". Replaced.
2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
* value.c (isvoid_internal_fn): Replace "parameter" with
"argument".
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.16000&r2=1.16001
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/value.c.diff?cvsroot=src&r1=1.183&r2=1.184