aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/compilers
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-30 15:33:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-30 15:33:20 +0200
commitab27d628b1e1500a22597acad013c4b50e5474a9 (patch)
tree81b84eb7a3a42b97cc2b4b16c197d4b322285929 /libxsde/xsde/c/compilers
parent796f815130d4345c13c060021835f78156ffc555 (diff)
Use C-style comments in the C code
Diffstat (limited to 'libxsde/xsde/c/compilers')
-rw-r--r--libxsde/xsde/c/compilers/ghs/post.h9
-rw-r--r--libxsde/xsde/c/compilers/ghs/pre.h18
2 files changed, 15 insertions, 12 deletions
diff --git a/libxsde/xsde/c/compilers/ghs/post.h b/libxsde/xsde/c/compilers/ghs/post.h
index 7a16f02..5c86e88 100644
--- a/libxsde/xsde/c/compilers/ghs/post.h
+++ b/libxsde/xsde/c/compilers/ghs/post.h
@@ -1,7 +1,8 @@
-// file : xsde/c/compilers/ghs/post.h
-// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
-// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+/* file : xsde/c/compilers/ghs/post.h
+ * author : Boris Kolpackov <boris@codesynthesis.com>
+ * copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+ * license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+ */
#ifdef __EDG__
# pragma ghs endnowarning
diff --git a/libxsde/xsde/c/compilers/ghs/pre.h b/libxsde/xsde/c/compilers/ghs/pre.h
index 076ab8a..2e37506 100644
--- a/libxsde/xsde/c/compilers/ghs/pre.h
+++ b/libxsde/xsde/c/compilers/ghs/pre.h
@@ -1,12 +1,14 @@
-// file : xsde/c/compilers/ghs/pre.h
-// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
-// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+/* file : xsde/c/compilers/ghs/pre.h
+ * author : Boris Kolpackov <boris@codesynthesis.com>
+ * copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+ * license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+ */
-// Warning pragmas are only available in the new generation compiler.
-//
-// 111 - statement is unreachable
-//
+/*
+ * Warning pragmas are only available in the new generation compiler.
+ */
+
+/* 111 - statement is unreachable */
#ifdef __EDG__
# pragma ghs nowarning 111
#endif