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, doc RFA] Fix lazy string type docs


Apologies for the resend. text/html strikes again.

On Thu, Nov 3, 2016 at 11:21 AM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Thu, 03 Nov 2016 17:46:28 +0000
>> From: Doug Evans <dje@google.com>
>>
>> +Return the type of a character in @var{lazy-string}.
>
> Hmm... what is "type of a character" in this context?
>
> I have no comments to the markup or the text.
>
> Thanks.

Consider char vs wchar_t.
e.g.,
#include <stddef.h>
char foo[] = "bar";
wchar_t wide_foo[] = L"bar";


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