This is the mail archive of the gdb-patches@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]

Re: [patch] PR 11417


On 04/07/2010 09:58 PM, Tom Tromey wrote:
>>>>>> "Phil" == Phil Muldoon <pmuldoon@redhat.com> writes:
> 
> Phil> +  if (self_string->address == 0)
> Phil> +    {
> Phil> +      PyErr_SetString (PyExc_MemoryError,
> Phil> +		       "Cannot create a value from NULL");
> 
> As Joel pointed out in another thread, this should have _().
> 
> This is ok with that change.  Thanks.

So committed with that change.

Cheers,

Phil


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