From: Paul Eggert Date: Mon, 2 Aug 2004 22:49:12 +0000 (+0000) Subject: Include . X-Git-Tag: v5.3.0~927 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28730b8b3673d381bfaab5da1b1abc7d62d77f85;p=thirdparty%2Fcoreutils.git Include . (hard_locale): Return bool, not int. --- diff --git a/lib/hard-locale.h b/lib/hard-locale.h index ddc15d019d..010cb27682 100644 --- a/lib/hard-locale.h +++ b/lib/hard-locale.h @@ -1,6 +1,6 @@ /* Determine whether a locale is hard. - Copyright (C) 1999, 2003 Free Software Foundation, Inc. + Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,6 +19,8 @@ #ifndef HARD_LOCALE_H_ # define HARD_LOCALE_H_ 1 -int hard_locale (int); +# include + +bool hard_locale (int); #endif /* HARD_LOCALE_H_ */