1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
1999-01-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* wcsmbs/wcstold_l.c: Correct last patch to include wchar.h from
	system path.
This commit is contained in:
Ulrich Drepper
1999-01-01 08:21:03 +00:00
parent 118bad87bd
commit 28e9818f04
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* Convert string representing a number to integer value, using given locale.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
@ -22,7 +22,7 @@
#include <math.h>
#include <stddef.h>
#include <locale.h>
#include "wchar.h"
#include <wchar.h>
#define USE_IN_EXTENDED_LOCALE_MODEL 1