summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_stdlib.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-06-22 08:30:59 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-06-22 08:30:59 +0200
commite373559a82efaa6146806948225a981f311ce52b (patch)
treed6eeb370922aaf05e7fbc58c019e81cc8781c3f0 /ACE/ace/OS_NS_stdlib.cpp
parent29ba560d6aeba2856eea12234977f188da288b38 (diff)
downloadATCD-e373559a82efaa6146806948225a981f311ce52b.tar.gz
Remove las ACE_REGISTER
* ACE/ace/OS_NS_stdlib.cpp:
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;