[phoenix] Remove semicolon after do {} while (0) in TARGET_OS_CPP_BUILTINS
authorTom de Vries <tom@codesourcery.com>
Sun, 19 Nov 2017 10:40:00 +0000 (10:40 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Sun, 19 Nov 2017 10:40:00 +0000 (10:40 +0000)
2017-11-19  Tom de Vries  <tom@codesourcery.com>

* config/phoenix.h (TARGET_OS_CPP_BUILTINS): Remove semicolon after
"do {} while (0)".

From-SVN: r254928

gcc/ChangeLog
gcc/config/phoenix.h

index 0a608bf1f582583f517483ff6e2ca6273ae70a96..175dbeeb399ce3e48dd03a33830d9a898178edd4 100644 (file)
@@ -1,3 +1,8 @@
+2017-11-19  Tom de Vries  <tom@codesourcery.com>
+
+       * config/phoenix.h (TARGET_OS_CPP_BUILTINS): Remove semicolon after
+       "do {} while (0)".
+
 2017-11-19  Tom de Vries  <tom@codesourcery.com>
 
        * config/visium/visium.h (ASM_OUTPUT_CASE_END): Remove semicolon after
index 64728a5e048635387529c4b22f3a7abaf909ad14..1799efdc555d13f162132f066a5d1a9417dc9846 100644 (file)
@@ -24,7 +24,7 @@ along with GCC; see the file COPYING3.  If not see
       builtin_define_std ("unix");         \
       builtin_assert ("system=phoenix");   \
       builtin_assert ("system=unix");      \
-    } while(0);
+    } while (0)
 
 #define STD_LIB_SPEC "%{!shared:%{g*:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}}"