From e373559a82efaa6146806948225a981f311ce52b Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 22 Jun 2017 08:30:59 +0200 Subject: Remove las ACE_REGISTER * ACE/ace/OS_NS_stdlib.cpp: --- ACE/ace/OS_NS_stdlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ACE/ace/OS_NS_stdlib.cpp') diff --git a/ACE/ace/OS_NS_stdlib.cpp b/ACE/ace/OS_NS_stdlib.cpp index 7a041a2ae35..e73808e9af7 100644 --- a/ACE/ace/OS_NS_stdlib.cpp +++ b/ACE/ace/OS_NS_stdlib.cpp @@ -969,7 +969,7 @@ ACE_OS::wcstoll_emulation (const wchar_t *nptr, ACE_UINT64 ACE_OS::strtoull_emulation (const char *nptr, char **endptr, - ACE_REGISTER int base) + int base) { const char *s = nptr; ACE_UINT64 acc; -- cgit v1.2.1