diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-17 20:08:19 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-17 20:08:19 +0000 |
commit | 2d44fdffd6f74256359a516b64860cef7fe61b98 (patch) | |
tree | b379311477da783cb44e429b1fbc5f5f30b115ae /acconfig.h | |
parent | 66334e0d1e74844e9923dbc5a07cb958113cd981 (diff) | |
download | ATCD-2d44fdffd6f74256359a516b64860cef7fe61b98.tar.gz |
* acconfig.h: Some characters got removed so I put them back.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 6556682dc8d..3ec1610f9c6 100644 --- a/acconfig.h +++ b/acconfig.h @@ -948,7 +948,7 @@ #undef ACE_HAS_MOSTLY_UNICODE_APIS /* Compiler supports the C++ typename keyword */ -#undef E_HAS_TYPENAME_KEYWORD +#undef ACE_HAS_TYPENAME_KEYWORD /* Compiler supports the new using keyword for C++ namespaces. */ #undef ACE_HAS_USING_KEYWORD |