aboutsummaryrefslogtreecommitdiffstats
path: root/cppawk.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-03-24 22:58:54 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-03-24 22:58:54 -0700
commit7ff3eec770fec644870762c31f433c497ee93f05 (patch)
treef6fb8368601cbb67f6ca3158189dfe017a3291c4 /cppawk.1
parentf7dd08d2791fa4cdb45e494fe604e2017bfcb49b (diff)
downloadcppawk-7ff3eec770fec644870762c31f433c497ee93f05.tar.gz
cppawk-7ff3eec770fec644870762c31f433c497ee93f05.tar.bz2
cppawk-7ff3eec770fec644870762c31f433c497ee93f05.zip
New --dump-macros option.
Diffstat (limited to 'cppawk.1')
-rw-r--r--cppawk.17
1 files changed, 7 insertions, 0 deletions
diff --git a/cppawk.1 b/cppawk.1
index 9aed0b5..3253d09 100644
--- a/cppawk.1
+++ b/cppawk.1
@@ -90,6 +90,13 @@ Pretend that the shell which executes
isn't GNU Bash, even if it is. This has the effect of disabling
the use of process substitution in favor of the use of a temporary file.
+.IP "\fB\-\-dump-macros\fR"
+Instruct the preprocessor to dump all of the
+.BI #define
+directives instead of the preprocessed output. Since this is only useful with
+.BI --prepro-only
+that option is implied.
+
.IP "\fB\-M\fR, \fB\--bignum\fR"
These two equivalent GNU Awk options are passed through to
.BR awk ,