* 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
|
@ -1,3 +1,7 @@
|
|||
2016-08-01 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* include/cpplib.h: Fix comment typo.
|
||||
|
||||
2016-07-27 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
* include/line-map.h (source_location): Fix line numbers in
|
||||
|
|
|
@ -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
Reference in a new issue