From 28730b8b3673d381bfaab5da1b1abc7d62d77f85 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 2 Aug 2004 22:49:12 +0000 Subject: Include . (hard_locale): Return bool, not int. --- lib/hard-locale.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/hard-locale.h b/lib/hard-locale.h index ddc15d019..010cb2768 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_ */ -- cgit v1.2.3-70-g09d2