Skip to content

Commit 70b53a9

Browse files
author
vries
committed
[phoenix] Remove semicolon after do {} while (0) in TARGET_OS_CPP_BUILTINS
2017-11-19 Tom de Vries <[email protected]> * config/phoenix.h (TARGET_OS_CPP_BUILTINS): Remove semicolon after "do {} while (0)". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254928 138bc75d-0d04-0410-961f-82ee72b054a4
1 parent ab81ab7 commit 70b53a9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

gcc/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2017-11-19 Tom de Vries <[email protected]>
2+
3+
* config/phoenix.h (TARGET_OS_CPP_BUILTINS): Remove semicolon after
4+
"do {} while (0)".
5+
16
2017-11-19 Tom de Vries <[email protected]>
27

38
* config/visium/visium.h (ASM_OUTPUT_CASE_END): Remove semicolon after

gcc/config/phoenix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see
2424
builtin_define_std ("unix"); \
2525
builtin_assert ("system=phoenix"); \
2626
builtin_assert ("system=unix"); \
27-
} while(0);
27+
} while (0)
2828

2929
#define STD_LIB_SPEC "%{!shared:%{g*:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}}"
3030

0 commit comments

Comments
 (0)