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]

[RFC] Remove auto keyword


Andreas reminded me that after register cleanup we could also remove
auto keyword.

I seen it used for declaring nested function prototype like try in
stdlib/rpmatch.c
I needed to remove this prototype for compliation.

I want to ask what to do with elf_machine_rela and friends? They have
auto and compilation fails in same way as above but I do not know what
is best way to remove auto.


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