This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] remove nested functions from elf/dl-load.c


> +  struct add_path_state p = {counting, 0, si,
> +    (char *) &si->dls_serpath[si->dls_cnt]};

Indent the initializer properly.  It's easier to read if you use tagged
member initializers too.


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