summaryrefslogtreecommitdiff
path: root/sys/man/1/pcc
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2019-06-18 22:47:15 -0700
committerOri Bernstein <ori@eigenstate.org>2019-06-18 22:47:15 -0700
commit94fb8869dfba9e09afa9f64a37302dc444393766 (patch)
treee371cdf1ec1f66fc71ac66f36185169e6528b7ca /sys/man/1/pcc
parentff344562dbefe0e53adc900b6e7cd962ae555e94 (diff)
Always turn on the -+ flag in cpp
C99 comments have been the default in compilers for something like 20 years now. This means we don't need to remember to turn it on when porting software, and gets rid of cryptic errors about unterminated character constants when someone writes something like: // Didn't need to... We still accept the flag to avoid breaking mkfiles, but we do nothing with it. This also removes the documentation, since the option does nothing now.
Diffstat (limited to 'sys/man/1/pcc')
-rw-r--r--sys/man/1/pcc5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/man/1/pcc b/sys/man/1/pcc
index fd7acd916..97f1d16be 100644
--- a/sys/man/1/pcc
+++ b/sys/man/1/pcc
@@ -25,11 +25,6 @@ The object files are then loaded using one of the loaders described in
.IR 2l (1).
The options are:
.TP \w'\fL-D\ \fIname=def\ 'u
-.B "-+
-Accept C++
-.B //
-comments.
-.TP
.BI -o " out"
Place loader output in file
.I out