Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* PATCH: make error message complete sentence
@ 2001-11-19 13:36 Jim Blandy
  2001-11-19 13:40 ` Andrew Cagney
  2001-11-29  9:40 ` Jim Blandy
  0 siblings, 2 replies; 4+ messages in thread
From: Jim Blandy @ 2001-11-19 13:36 UTC (permalink / raw)
  To: gdb-patches


2001-11-29  Jim Blandy  <jimb@redhat.com>

	* values.c (value_being_returned): Make error message a proper
 	sentence.

Index: gdb/values.c
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/values.c,v
retrieving revision 1.136
diff -c -r1.136 values.c
*** gdb/values.c	2001/11/10 03:02:20	1.136
--- gdb/values.c	2001/11/29 17:35:26
***************
*** 1388,1394 ****
        {
  	addr = EXTRACT_STRUCT_VALUE_ADDRESS (retbuf);
  	if (!addr)
! 	  error ("Function return value unknown");
  	return value_at (valtype, addr, NULL);
        }
  
--- 1388,1394 ----
        {
  	addr = EXTRACT_STRUCT_VALUE_ADDRESS (retbuf);
  	if (!addr)
! 	  error ("Function return value unknown.");
  	return value_at (valtype, addr, NULL);
        }
  


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-11-29 18:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-19 13:36 PATCH: make error message complete sentence Jim Blandy
2001-11-19 13:40 ` Andrew Cagney
2001-11-29 10:31   ` Andrew Cagney
2001-11-29  9:40 ` Jim Blandy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox