From 7ff3eec770fec644870762c31f433c497ee93f05 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 24 Mar 2022 22:58:54 -0700 Subject: New --dump-macros option. --- cppawk.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cppawk.1') 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 , -- cgit v1.2.3