bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ASCII_ONLY?


From: Ben Pfaff
Subject: ASCII_ONLY?
Date: Thu, 06 Dec 2012 21:44:39 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

gnulib has three definitions of ASCII_ONLY in files that #include
"vasnprintf.c":

lib/unistdio/u16-vasnprintf.c:#define ASCII_ONLY 1
lib/unistdio/u32-vasnprintf.c:#define ASCII_ONLY 1
lib/unistdio/u8-vasnprintf.c:#define ASCII_ONLY 1

But I don't see any actual uses of this macro.  What is the
intent?  (Is it related to FCHAR_T_ONLY_ASCII?)

Thanks,

Ben.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]