X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funistdio%2Fu16-vasnprintf.c;h=c5b25663031f2d85c946aceaf9a9a72acff2c747;hb=d86dc4d854e519c1ac10f0e846818846537b4baf;hp=3ce19d428cc9d8465f24e035b723b29f20dea2f7;hpb=ac5cf7982cea8a4bb17680b6b9925f301cfa4220;p=gnulib.git diff --git a/lib/unistdio/u16-vasnprintf.c b/lib/unistdio/u16-vasnprintf.c index 3ce19d428..c5b256630 100644 --- a/lib/unistdio/u16-vasnprintf.c +++ b/lib/unistdio/u16-vasnprintf.c @@ -1,5 +1,6 @@ /* Formatted output to UTF-16 strings. - Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2006-2007, 2009-2012 Free Software Foundation, + Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published @@ -35,7 +36,7 @@ #define FCHAR_T char #define DIRECTIVE char_directive #define DIRECTIVES char_directives -#define ASCII_ONLY 1 +#define FCHAR_T_ONLY_ASCII 1 #define PRINTF_PARSE ulc_printf_parse #define DCHAR_T uint16_t #define DCHAR_T_IS_UINT16_T 1