mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
soft-fp: fix preprocessor indentation.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
2013-10-12 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* soft-fp/double.h: Indent preprocessor directives inside #if.
|
||||
* soft-fp/extended.h: Likewise.
|
||||
* soft-fp/op-2.h: Likewise.
|
||||
* soft-fp/op-4.h: Likewise.
|
||||
* soft-fp/op-common.h: Likewise.
|
||||
* soft-fp/quad.h: Likewise.
|
||||
* soft-fp/single.h: Likewise.
|
||||
* soft-fp/soft-fp.h: Likewise.
|
||||
|
||||
2013-10-12 Yuri Chornoivan <yurchor@ukr.net>
|
||||
|
||||
* iconv/iconv_prog.c: Fix typos.
|
||||
|
@ -194,7 +194,8 @@
|
||||
# undef __FP_FRAC_SUB_2
|
||||
# define __FP_FRAC_SUB_2 sub_ddmmss
|
||||
# undef __FP_FRAC_DEC_2
|
||||
#define __FP_FRAC_DEC_2(xh, xl, yh, yl) sub_ddmmss(xh, xl, xh, xl, yh, yl)
|
||||
# define __FP_FRAC_DEC_2(xh, xl, yh, yl) \
|
||||
sub_ddmmss(xh, xl, xh, xl, yh, yl)
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user