This is the mail archive of the libc-help@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: Parse glibc header file


 Davide Italiano wrote:
> I'm running in the problem that gcc -E doesn't remove things like
> __wur or __THROW and I managed it using sed removing one by one the
> patterns but I was looking for a more general way/
Remove all patterns beginning by a double underscore?
Identifiers beginning with an underscore are reserved for the
compiler/library
so (theoretically) a program shouldn't use them.


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