diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-21 01:30:20 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-21 01:30:20 +0200 |
commit | 0a6dd744967c7727f4205740b2f6242b84262d8b (patch) | |
tree | 3b44bd7154053ffde6b8d69ee835d920538cf273 | |
parent | restrictions for portability (diff) | |
download | mds-0a6dd744967c7727f4205740b2f6242b84262d8b.tar.gz mds-0a6dd744967c7727f4205740b2f6242b84262d8b.tar.bz2 mds-0a6dd744967c7727f4205740b2f6242b84262d8b.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | doc/info/mds.texinfo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 1aaba91..fac11b4 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -825,12 +825,12 @@ to be @code{-INT16_MAX} (@math{-32767}) rather than @item Integer that are not especially encoded must not be -larger than 64-bits if they use fixed bit-size. If -for example @code{size_t} is 128-bits on your platform -but you are using a language that only have native -integer up to 64-bits you must use arbitrary size -integers or otherwise make sure that the value can -be properly stored and used. +larger than 64-bits if they use fixed bit-size. If, +for example, @code{size_t} is 128-bits on your +platform but you are using a language that only have +native integers up to 64-bits you must use arbitrary +size integers or otherwise make sure that the value +can be properly stored and used. @item Integer 64-bits that are not especially encoded |