* include/cpplib.h: Fix comment typo.
From-SVN: r238951
This commit is contained in:
parent
90c959fd0c
commit
8204be6c83
2 changed files with 5 additions and 1 deletions
|
@ -880,7 +880,7 @@ struct cpp_num
|
|||
#define CPP_N_FLOATING 0x0002
|
||||
|
||||
#define CPP_N_WIDTH 0x00F0
|
||||
#define CPP_N_SMALL 0x0010 /* int, float, shrot _Fract/Accum */
|
||||
#define CPP_N_SMALL 0x0010 /* int, float, short _Fract/Accum */
|
||||
#define CPP_N_MEDIUM 0x0020 /* long, double, long _Fract/_Accum. */
|
||||
#define CPP_N_LARGE 0x0040 /* long long, long double,
|
||||
long long _Fract/Accum. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue