From 7c2c516353bbf6fae20fb5ec8fba373cf70d3aba Mon Sep 17 00:00:00 2001 From: David Adam Date: Mon, 16 May 2016 21:30:31 +0000 Subject: move convert_digit from fallback to common It's not required as part of fallback functions any more. --- src/fallback.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/fallback.h') diff --git a/src/fallback.h b/src/fallback.h index 97f49523..b28e7b17 100644 --- a/src/fallback.h +++ b/src/fallback.h @@ -76,11 +76,6 @@ int wcsncasecmp_use_weak(const wchar_t *s1, const wchar_t *s2, size_t n); wchar_t *wcsndup(const wchar_t *in, size_t c); #endif -/// Converts from wide char to digit in the specified base. If d is not a valid digit in the -/// specified base, return -1. This is a helper function for wcstol, but it is useful itself, so it -/// is exported. -long convert_digit(wchar_t d, int base); - #ifndef HAVE_WCSLCAT /// Appends src to string dst of size siz (unlike wcsncat, siz is the full size of dst, not space /// left). At most siz-1 characters will be copied. Always NUL terminates (unless siz <= -- cgit v1.2.3