appendices/migration70/incompatible/integers.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -2,7 +2,7 @@
2
2
<!-- $Revision$ -->
3
3

4
4
<sect2 xml:id="migration70.incompatible.integers">
5
-
<title>Changes to <type>integer</type> handling</title>
5
+
<title>Changes to <type>int</type> handling</title>
6
6

7
7
<sect3 xml:id="migration70.incompatible.integers.invalid-octals">
8
8
<title>Invalid octal literals</title>
...
...
@@ -52,7 +52,7 @@ Stack trace:
52
52

53
53
<para>
54
54
Bitwise shifts (in either direction) beyond the bit width of an
55
-
<type>integer</type> will always result in 0. Previously, the behaviour of
55
+
<type>int</type> will always result in 0. Previously, the behaviour of
56
56
such shifts was architecture dependent.
57
57
</para>
58
58
</sect3>
59
59