vasnprintf: fix ASCII_ONLY typo
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 8 Dec 2012 03:31:34 +0000 (19:31 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 8 Dec 2012 03:31:34 +0000 (19:31 -0800)
commitd86dc4d854e519c1ac10f0e846818846537b4baf
tree0d99378d2e48eba775eb8f5901cdad4b53ce5579
parentbf9d5066da70032646250506722085f2202bab65
vasnprintf: fix ASCII_ONLY typo

* lib/unistdio/u8-vasnprintf.c (FCHAR_T_ONLY_ASCII):
* lib/unistdio/u16-vasnprintf.c (FCHAR_T_ONLY_ASCII):
* lib/unistdio/u32-vasnprintf.c (FCHAR_T_ONLY_ASCII):
New macro, replacing ASCII_ONLY.  This fixes a typo.  See thread at
<http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00021.html>.
ChangeLog
lib/unistdio/u16-vasnprintf.c
lib/unistdio/u32-vasnprintf.c
lib/unistdio/u8-vasnprintf.c