1
0
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:
Joseph Myers
2013-10-12 14:15:30 +00:00
parent 5560275828
commit 71b4dea7dc
9 changed files with 290 additions and 278 deletions

View File

@ -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.

View File

@ -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