summaryrefslogtreecommitdiff
path: root/hp.cf
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-06-30 12:41:15 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-06-30 12:41:15 -0700
commit31f5bd379984f78bbbecf493e6344664ef1d83df (patch)
tree541c1ce569eb887e61028ecb1513aef385fd47bf /hp.cf
parent0d1be73c26f3636e024637d12c3befd8a9956cfc (diff)
Trim trailing whitespace
Performed with: perl -i -p -e 's{[\t ]+$}{}' * Verified with: git diff --ignore-space-at-eol Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'hp.cf')
-rw-r--r--hp.cf12
1 files changed, 6 insertions, 6 deletions
diff --git a/hp.cf b/hp.cf
index 370476b..187767b 100644
--- a/hp.cf
+++ b/hp.cf
@@ -19,12 +19,12 @@ XCOMM operating system: OSName (OSMajorVersion.OSMinorVersion.OSTeenyVersion)
#define YaccFlags -Nm15000
/*
- * C++ compiler setup. This file knows what options to use with
+ * C++ compiler setup. This file knows what options to use with
* certain compilers, including HP C++ and CenterLine C++.
- *
- * For HP C++, define HasHPCplusplus to YES in site.def.
+ *
+ * For HP C++, define HasHPCplusplus to YES in site.def.
* For CenterLine C++, define HasCenterLineCplusplus to YES in site.def.
- * For other compilers, define HasCplusplus to YES in site.def, and
+ * For other compilers, define HasCplusplus to YES in site.def, and
* check to see if you need to provide values for CplusplusOptions
* and/or DefaultCplusplusOptions.
*
@@ -44,7 +44,7 @@ XCOMM operating system: OSName (OSMajorVersion.OSMinorVersion.OSTeenyVersion)
# ifndef CplusplusCmd
# define CplusplusCmd /opt/CC/bin/CC
# endif
-# ifndef CplusplusDependIncludes
+# ifndef CplusplusDependIncludes
# define CplusplusDependIncludes -I/opt/CC/include/CC
# endif
#endif
@@ -69,7 +69,7 @@ XCOMM operating system: OSName (OSMajorVersion.OSMinorVersion.OSTeenyVersion)
# ifndef OptimizedCplusplusDebugFlags
# define OptimizedCplusplusDebugFlags -O
# endif
-# ifndef CplusplusDependIncludes
+# ifndef CplusplusDependIncludes
# define CplusplusDependIncludes -I/usr/local/CenterLine/clc++/pa-hpux8/incl
# endif
#endif