mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
* include/cpplib.h: Fix comment typo.
From-SVN: r238951
This commit is contained in:
committed by
Andreas Schwab
parent
90c959fd0c
commit
8204be6c83
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user