summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-03-25 05:12:29 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-03-25 05:12:29 +0000
commit1f6ba5a4ab54f957d4d02ddb8572389c9a175b55 (patch)
tree83663f031181d8ffac22f61d90817861a5d991de
parentbcc50371df011586a2615e31b747d29adbaa6409 (diff)
downloadATCD-1f6ba5a4ab54f957d4d02ddb8572389c9a175b55.tar.gz
Corrected message in preprocessor error directive.
-rw-r--r--ace/Basic_Types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Basic_Types.h b/ace/Basic_Types.h
index a256c585f10..83d7b8f591a 100644
--- a/ace/Basic_Types.h
+++ b/ace/Basic_Types.h
@@ -159,7 +159,7 @@
# endif
# endif
# if !defined (ACE_SIZEOF_LONG_LONG)
-# error: unsupported long size, must be updated for this platform!
+# error: unsupported long long size, must be updated for this platform!
# endif
# endif /* !defined (ACE_SIZEOF_LONG_LONG) */