@@ -13,53 +13,53 @@ An *integer constant* is a decimal (base 10), octal (base 8), or hexadecimal (ba
1313* integer-constant* :<br />
1414  ;  ;  ;  ; * decimal-constant* * integer-suffix* <sub >opt</sub ><br />
1515  ;  ;  ;  ; * octal-constant* * integer-suffix* <sub >opt</sub ><br />
16-   ;  ;  ;  ; * hexadecimal-constant* * integer-suffix* <sub >opt</sub >< br />
16+   ;  ;  ;  ; * hexadecimal-constant* * integer-suffix* <sub >opt</sub >
1717
1818* decimal-constant* :<br />
1919  ;  ;  ;  ; * nonzero-digit* <br />
20-   ;  ;  ;  ; * decimal-constant* * digit* < br />
20+   ;  ;  ;  ; * decimal-constant* * digit*
2121
2222* octal-constant* :<br />
2323  ;  ;  ;  ; ** 0** <br />
24-   ;  ;  ;  ; * octal-constant* * octal-digit* < br />
24+   ;  ;  ;  ; * octal-constant* * octal-digit*
2525
2626* hexadecimal-constant* :<br />
2727  ;  ;  ;  ; * hexadecimal-prefix* * hexadecimal-digit* <br />
28-   ;  ;  ;  ; * hexadecimal-constant* * hexadecimal-digit* < br />
28+   ;  ;  ;  ; * hexadecimal-constant* * hexadecimal-digit*
2929
3030* hexadecimal-prefix* : one of<br />
31-   ;  ;  ;  ; ** 0x** ** 0X** < br />
31+   ;  ;  ;  ; ** 0x** ** 0X**
3232
3333* nonzero-digit* : one of<br />
34-   ;  ;  ;  ; ** 1 2 3 4 5 6 7 8 9** < br />
34+   ;  ;  ;  ; ** 1 2 3 4 5 6 7 8 9**
3535
3636* octal-digit* : one of<br />
37-   ;  ;  ;  ; ** 0 1 2 3 4 5 6 7** < br />
37+   ;  ;  ;  ; ** 0 1 2 3 4 5 6 7**
3838
3939* hexadecimal-digit* : one of<br />
4040  ;  ;  ;  ; ** 0 1 2 3 4 5 6 7 8 9** <br />
4141  ;  ;  ;  ; ** a b c d e f** <br />
42-   ;  ;  ;  ; ** A B C D E F** < br />
42+   ;  ;  ;  ; ** A B C D E F**
4343
4444* integer-suffix* :<br />
4545  ;  ;  ;  ; * unsigned-suffix* * long-suffix* <sub >opt</sub ><br />
4646  ;  ;  ;  ; * unsigned-suffix* * long-long-suffix* <br />
4747  ;  ;  ;  ; * unsigned-suffix* * 64-bit-integer-suffix* <br />
4848  ;  ;  ;  ; * long-suffix* * unsigned-suffix* <sub >opt</sub ><br />
4949  ;  ;  ;  ; * long-long-suffix* * unsigned-suffix* <sub >opt</sub ><br />
50-   ;  ;  ;  ; * 64-bit-integer-suffix* < br />
50+   ;  ;  ;  ; * 64-bit-integer-suffix*
5151
5252* unsigned-suffix* : one of<br />
53-   ;  ;  ;  ; ** u U** < br />
53+   ;  ;  ;  ; ** u U**
5454
5555* long-suffix* : one of<br />
56-   ;  ;  ;  ; ** l L** < br />
56+   ;  ;  ;  ; ** l L**
5757
5858* long-long-suffix* : one of<br />
59-   ;  ;  ;  ; ** ll LL** < br />
59+   ;  ;  ;  ; ** ll LL**
6060
6161* 64-bit-integer-suffix* : one of<br />
62-   ;  ;  ;  ; ** i64 I64** < br />
62+   ;  ;  ;  ; ** i64 I64**
6363
6464The ** i64** and ** I64** suffixes are Microsoft-specific.
6565
0 commit comments