diff options
author | jwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-25 03:50:41 +0000 |
---|---|---|
committer | jwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-25 03:50:41 +0000 |
commit | 24cde53c976b93afb7268d46d1c434c5d4dfc1df (patch) | |
tree | 1f4edcf047ca3f59b6b7cf5e34698eb4c4ec7751 /ace/OS_String.inl | |
parent | 091fbb2d3d94bb0a724f2d3639c1f51e707ff6e1 (diff) | |
download | ATCD-24cde53c976b93afb7268d46d1c434c5d4dfc1df.tar.gz |
Mon Jul 24 22:49:09 2000 John Heitmann <jwh1@cs.wustl.edu>
Diffstat (limited to 'ace/OS_String.inl')
-rw-r--r-- | ace/OS_String.inl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/OS_String.inl b/ace/OS_String.inl index 57c067b6b34..9e527c4b614 100644 --- a/ace/OS_String.inl +++ b/ace/OS_String.inl @@ -7,7 +7,7 @@ # include "pace/string.h" # include "pace/ctype.h" # include "pace/stdlib.h" -#else +#endif /* ACE_HAS_PACE */ #if defined (ACE_HAS_GNU_CSTRING_H) // Define this file to keep /usr/include/memory.h from being included. @@ -30,7 +30,7 @@ #endif /* ACE_HAS_STRINGS */ #include /**/ <ctype.h> -#endif /* ACE_HAS_PACE */ + ACE_INLINE int ACE_OS_String::memcmp (const void *t, const void *s, size_t len) { |