aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/compilers/ghs/pre.h
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/c/compilers/ghs/pre.h')
-rw-r--r--libxsde/xsde/c/compilers/ghs/pre.h18
1 files changed, 10 insertions, 8 deletions
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