summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-20 20:39:58 +0000
committerluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-20 20:39:58 +0000
commitba122afd7ebf15e8862caf2b2760549bf58ba614 (patch)
tree4e4d834b836878c48a79706490219d9a1bc82a24
parent0bd209efb02ece205dd3fc518eb8be9e4cba2c29 (diff)
downloadATCD-ba122afd7ebf15e8862caf2b2760549bf58ba614.tar.gz
Tue Jun 20 15:39:26 2000 Luther J Baker <luther@cs.wustl.edu>
-rw-r--r--PACE/ChangeLog6
-rw-r--r--PACE/pace/config/compiler.h16
2 files changed, 14 insertions, 8 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index bc383015d5b..c22140ab333 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jun 20 15:39:26 2000 Luther J Baker <luther@cs.wustl.edu>
+
+ * pace/config/compiler.h:
+
+ Removed errant '\\' at end of lines and changed to '\'.
+
Tue Jun 20 15:31:43 2000 Luther J Baker <luther@cs.wustl.edu>
* pace/posix/mman.h:
diff --git a/PACE/pace/config/compiler.h b/PACE/pace/config/compiler.h
index 392fd4c8a2c..9d7be58743c 100644
--- a/PACE/pace/config/compiler.h
+++ b/PACE/pace/config/compiler.h
@@ -6,7 +6,7 @@
* pace
*
* = FILENAME
- * compiler.h
+ * pace/config/compiler.h
*
* = AUTHOR
* Luther Baker
@@ -40,13 +40,13 @@
* ============================================================================
*/
-#if defined (ghs) || \\
- defined (__GNUC__) || \\
- defined (__hpux) || \\
- defined (__sgi) || \\
- defined (__DECCXX) || \\
- defined (__KCC) || \\
- defined (__rational__) \\
+#if defined (ghs) || \
+ defined (__GNUC__) || \
+ defined (__hpux) || \
+ defined (__sgi) || \
+ defined (__DECCXX) || \
+ defined (__KCC) || \
+ defined (__rational__) \
|| (__USLC__)
/* Some compilers complain about "statement with no effect" with (a).
* This eliminates the warnings, and no code is generated for the null