History log of /netbsd-src/lib/libintl/plural_parser.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 388550b0 19-Apr-2022 rillig <rillig@NetBSD.org>

lib: remove CONSTCOND comment

Since 2021-01-31, lint doesn't need it anymore for the common pattern of
'do ... while (0)'.


# 01d1183f 03-Oct-2019 christos <christos@NetBSD.org>

Since ch gets reassigned, it is not certain that it will be & or | again,
so return an illegal token if it is not instead of telling the compiler
that this is impossible.


# 55ac93d3 17-Jan-2007 hubertf <hubertf@NetBSD.org>

Remove more duplicate #includes, and a few spurious whitespaces at EOL
From Slava Semushin <slava.semushin@gmail.com>


# dd416aa8 14-May-2005 tshiozak <tshiozak@NetBSD.org>

add plural support.