aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/calendar/pathnames.h
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2013-06-12 07:52:49 +0000
committerGreg Lehey <grog@FreeBSD.org>2013-06-12 07:52:49 +0000
commit90c72ba909ecee2c6ba2f58022eb9beef691fb3d (patch)
tree565931d841b33aa8b6255ef0b6f37b36afe62d42 /usr.bin/calendar/pathnames.h
parent962532154793aa019b5669efaacd0b9e25bcfb52 (diff)
downloadsrc-90c72ba909ecee2c6ba2f58022eb9beef691fb3d.tar.gz
src-90c72ba909ecee2c6ba2f58022eb9beef691fb3d.zip
Handle some expression regressions.
Explicitly use GNU cpp for preprocessing. Remove explicit debugging code. Change some variable names to be less confusing. Improve some comments. Improve indentation. PR: 162211 168785 MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=251647
Diffstat (limited to 'usr.bin/calendar/pathnames.h')
-rw-r--r--usr.bin/calendar/pathnames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/calendar/pathnames.h b/usr.bin/calendar/pathnames.h
index ea76948e2e3c..a46913c38d27 100644
--- a/usr.bin/calendar/pathnames.h
+++ b/usr.bin/calendar/pathnames.h
@@ -32,5 +32,5 @@
#include <paths.h>
-#define _PATH_CPP "/usr/bin/cpp"
+#define _PATH_CPP "/usr/bin/gcpp"
#define _PATH_INCLUDE "/usr/share/calendar"