summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_stdlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/OS_NS_stdlib.cpp')
-rw-r--r--ACE/ace/OS_NS_stdlib.cpp2
1 files changed, 1 insertions, 1 deletions
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;