From 859a09cff1dc7d626a13e242d035107e7b6d13f8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 25 May 1999 18:37:11 +0000 Subject: Update. 1999-05-26 Jakub Jelinek * stdlib/longlong.h (add_ssaaaa, sub_ddmmss, umul_ppmm): Optimized sparc64 routines. * stdio-common/vfprintf.c (vfprintf): Don't handle long numbers if they are the same as ints. * stdio-common/vfscanf.c (_IO_vfscanf): Likewise. --- sysdeps/generic/wcstol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/generic/wcstol.c b/sysdeps/generic/wcstol.c index 2f7d144..bb83e7c 100644 --- a/sysdeps/generic/wcstol.c +++ b/sysdeps/generic/wcstol.c @@ -20,4 +20,4 @@ #define USE_WIDE_CHAR 1 -#include +#include -- cgit v1.1