On Wednesday, June 18, 2014, Jeff King wrote:
> Subject: ident_split: store begin/end pairs on their own struct
s/on/in/
> When we parse an ident line, we end up with several fields,
> each with a begin/end pointer into the buffer, like:
>
> const char *name_begin;
> const char *name_end;
>
When we parse an ident line, we end up with several fields,
each with a begin/end pointer into the buffer, like:
const char *name_begin;
const char *name_end;
There is nothing except the field names to indicate that
they are paired. This makes it annoying to write helper
functions for dealing
2 matches
Mail list logo