X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funistr%2Fu16-uctomb-aux.c;h=384452ba1dadbf4c8daad8f616ac5483c9d588e9;hb=91ac017aa50fe54093b409ca5acc7a8b7355b8f9;hp=6b047277d495cd2027e22ae533fb6a611bc69bd9;hpb=6c5c7e79bd148a694b5683ac41da3219533b22a4;p=gnulib.git diff --git a/lib/unistr/u16-uctomb-aux.c b/lib/unistr/u16-uctomb-aux.c index 6b047277d..384452ba1 100644 --- a/lib/unistr/u16-uctomb-aux.c +++ b/lib/unistr/u16-uctomb-aux.c @@ -2,28 +2,24 @@ Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc. Written by Bruno Haible , 2002. - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. + 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 + by the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . */ #include /* Specification. */ #include "unistr.h" -#if HAVE_INLINE - int u16_uctomb_aux (uint16_t *s, ucs4_t uc, int n) { @@ -60,5 +56,3 @@ u16_uctomb_aux (uint16_t *s, ucs4_t uc, int n) } return -2; } - -#endif