summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/TAO_IDL/fe/lex.yy.cpp2
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 62e09c76277..5805dd0ba7a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Fri Jun 1 19:03:46 UTC 2007 Ciju John <johnc at ociweb dot com>
+
+ * TAO_IDL/fe/lex.yy.cpp:
+ Minor change to update timestamp of this file. This is a
+ generated file and therefore needs to have an later timestamp
+ than the generator input (idl.ll).
+
Fri Jun 01 10:08:00 UTC 2007 Simon Massey <sma@prismtech.com>
* tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.cpp:
diff --git a/TAO/TAO_IDL/fe/lex.yy.cpp b/TAO/TAO_IDL/fe/lex.yy.cpp
index e85bd732aab..cdcc9a87c96 100644
--- a/TAO/TAO_IDL/fe/lex.yy.cpp
+++ b/TAO/TAO_IDL/fe/lex.yy.cpp
@@ -3326,7 +3326,7 @@ idl_valid_version (char *s)
}
}
- // Major and minor version numbers must be unsigned shorts.
+ // Major and minor version numbers must be unsigned shorts..
if (ACE_OS::atoi (minor + 1) > ACE_UINT16_MAX
|| ACE_OS::atoi (s) > ACE_UINT16_MAX)
{