X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flocale.in.h;h=75b529932b2817e0042ff0f10f59619c2c420427;hb=ea6b0b0c5caf18a059bb974a2d0c1739d5be671c;hp=26059bae3dbbf60da3c5c74d2cb0270e7447b09d;hpb=40aa4775a4319d3a3e5a571e6c28feb1d8566adc;p=gnulib.git diff --git a/lib/locale.in.h b/lib/locale.in.h index 26059bae3..75b529932 100644 --- a/lib/locale.in.h +++ b/lib/locale.in.h @@ -14,12 +14,12 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#ifndef _GL_LOCALE_H + #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif -#ifndef _GL_LOCALE_H - /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_LOCALE_H@ @@ -59,7 +59,9 @@ _GL_CXXALIAS_RPL (duplocale, locale_t, (locale_t locale)); _GL_CXXALIAS_SYS (duplocale, locale_t, (locale_t locale)); # endif # endif +# if @HAVE_DUPLOCALE@ _GL_CXXALIASWARN (duplocale); +# endif #elif defined GNULIB_POSIXCHECK # undef duplocale # if HAVE_RAW_DECL_DUPLOCALE