This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]