Browse Source

gcc 2.x is dead

ok millert@
OPENBSD_5_8
guenther 9 years ago
parent
commit
85808f05af
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      src/include/wchar.h

+ 2
- 5
src/include/wchar.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: wchar.h,v 1.28 2015/02/09 23:02:25 millert Exp $ */
/* $OpenBSD: wchar.h,v 1.29 2015/04/04 18:05:05 guenther Exp $ */
/* $NetBSD: wchar.h,v 1.16 2003/03/07 07:11:35 tshiozak Exp $ */
/*-
@ -185,12 +185,9 @@ size_t wcsftime(wchar_t * __restrict, size_t, const wchar_t *__restrict,
const struct tm *__restrict);
#endif
#if (defined(__GNUC__) && __GNUC__ >= 2 && !defined(__STRICT_ANSI__)) || \
__ISO_C_VISIBLE >= 1999
/* LONGLONG */
#if !defined(__STRICT_ANSI__) || __ISO_C_VISIBLE >= 1999
long long int wcstoll(const wchar_t * __restrict,
wchar_t ** __restrict, int base);
/* LONGLONG */
unsigned long long int wcstoull(const wchar_t * __restrict,
wchar_t ** __restrict, int base);
#endif


Loading…
Cancel
Save