diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-23 01:04:19 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-23 01:04:19 +0000 |
commit | 74751c5bf337931640ee622eb196484c55e45abf (patch) | |
tree | 8a2e8d4bf704afea7d4e290ae7df8f7ced202dd6 /ace | |
parent | 501be5be17ec62a03745d06e1e818e7e77c43321 (diff) | |
download | ATCD-74751c5bf337931640ee622eb196484c55e45abf.tar.gz |
ChangeLogTag:Sun Oct 22 18:01:34 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/OS_String.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/OS_String.cpp b/ace/OS_String.cpp index 1c034fafff8..b899e06a989 100644 --- a/ace/OS_String.cpp +++ b/ace/OS_String.cpp @@ -390,6 +390,7 @@ ACE_OS_String::wcsnicmp_emulation (const wchar_t *s, } #endif /* ACE_HAS_WCHAR && ACE_LACKS_WCSNICMP */ +#if !defined (ACE_HAS_REENTRANT_FUNCTIONS) char * ACE_OS_String::strtok_r_emulation (char *s, const char *tokens, char **lasts) { @@ -406,6 +407,7 @@ ACE_OS_String::strtok_r_emulation (char *s, const char *tokens, char **lasts) *lasts += 1; return s ; } +#endif /* !ACE_HAS_REENTRANT_FUNCTIONS */ const void * ACE_OS_String::memchr_emulation (const void *s, int c, size_t len) |