1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Thu Mar 28 11:53:26 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>

* wctype/cname-lookup.h: Find localeinfo.h in ../locale.
	* wctype/wctype.c: Likewise.
	* wctype/wctrans.c: Likewise.
This commit is contained in:
Roland McGrath
1996-03-28 17:19:40 +00:00
parent ffcf96345f
commit 43efc10333
5 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
Thu Mar 28 11:53:26 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
* wctype/cname-lookup.h: Find localeinfo.h in ../locale.
* wctype/wctype.c: Likewise.
* wctype/wctrans.c: Likewise.
Thu Mar 28 03:00:43 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu> Thu Mar 28 03:00:43 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
* locale/nl_langinfo.c (nl_langinfo): Use DATA->values instead of * locale/nl_langinfo.c (nl_langinfo): Use DATA->values instead of

View File

@ -172,8 +172,8 @@ error_at_line (status, errnum, file_name, line_number, message, va_alist)
static const char *old_file_name; static const char *old_file_name;
static unsigned int old_line_number; static unsigned int old_line_number;
if (old_line_number == line_number if (old_line_number == line_number &&
&& (file_name == old_file_name || !strcmp (old_file_name, file_name)) (file_name == old_file_name || !strcmp (old_file_name, file_name)))
/* Simply return and print nothing. */ /* Simply return and print nothing. */
return; return;

View File

@ -17,7 +17,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
#include "localeinfo.h" #include "../locale/localeinfo.h"
/* Some words on the runtime of this functions. Although there is a /* Some words on the runtime of this functions. Although there is a
loop in the function the runtime is asymptotically quasi constant. loop in the function the runtime is asymptotically quasi constant.

View File

@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. */
#include <ctype.h> #include <ctype.h>
#include <string.h> #include <string.h>
#include <wctype.h> #include <wctype.h>
#include "localeinfo.h" #include "../locale/localeinfo.h"
wctrans_t wctrans_t
wctrans (const char *property) wctrans (const char *property)

View File

@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. */
#include <endian.h> #include <endian.h>
#include <string.h> #include <string.h>
#include <wctype.h> #include <wctype.h>
#include "localeinfo.h" #include "../locale/localeinfo.h"
wctype_t wctype_t
wctype (const char *property) wctype (const char *property)