This is the mail archive of the glibc-bugs@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]

[Bug libc/17875] localedef fails on ifndef-tokens and on if-statements following an if-else-statement.


https://sourceware.org/bugzilla/show_bug.cgi?id=17875

--- Comment #1 from Jonas Bechtel <jonas.bechtel at web dot de> ---
Hint: The second error fails at the line of the second if statement

ifdef ABC
...
else
...
endif
...
ifdef DEF  <==== ERROR about nested if clauses
...
else
...
endif

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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