Check-in Number:
|
580 | |
Date: |
2001-Jul-31 18:03:01 (local)
2001-Jul-31 16:03:01 (UTC) |
User: | simons |
Branch: | |
Comment: |
Things are even worse with 16-bit integers. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/srpc/TODO 1.11 -> 1.12
--- TODO 2001/07/31 15:45:14 1.11
+++ TODO 2001/07/31 16:03:01 1.12
@@ -53,6 +53,10 @@
this problem by implicitely assuming that the short is promoted to
an int.
+ To make matters even worse: The RFC doesn't even define how XDR
+ deals with 16-bit integers! The mere existance of such a datatype
+ is not positively confirmed.
+
- XML: <int32>1234</int32>
uint32, int64, uint64,
|
|
ossp-pkg/xds/TODO 1.11 -> 1.12
--- TODO 2001/07/31 15:45:14 1.11
+++ TODO 2001/07/31 16:03:01 1.12
@@ -53,6 +53,10 @@
this problem by implicitely assuming that the short is promoted to
an int.
+ To make matters even worse: The RFC doesn't even define how XDR
+ deals with 16-bit integers! The mere existance of such a datatype
+ is not positively confirmed.
+
- XML: <int32>1234</int32>
uint32, int64, uint64,
|
|