summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-06-01 19:08:24 +0000
committerjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-06-01 19:08:24 +0000
commit72aeb6aae94e2c83aa71b222476057640fbe413f (patch)
tree9d8f46130f00be22d411387489958245e9a1c4b5
parentde5fc7eaf981d156615b0edd28912a53d1976bec (diff)
downloadATCD-72aeb6aae94e2c83aa71b222476057640fbe413f.tar.gz
ChangeLogTag: Fri Jun 1 19:03:46 UTC 2007 Ciju John <johnc at ociweb dot com>
-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)
{