diff options
-rwxr-xr-x | cppawk | 2 | ||||
-rw-r--r-- | cppawk.1 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ incopt=-iquote # GNU extension: must be changed to -I for traditional cpp dumpopt=-dM # GNU cpp option to dump macros stdopt=-std=c99 # GNU cpp option for standard conformance awk=gawk -prepro_opts="-D__gawk__=1 -D__cppawk_ver=20220324 $stdopt" +prepro_opts="-D__gawk__=1 -D__cppawk_ver=20220325 $stdopt" # globals bash=${BASH_VERSION+y} @@ -1,4 +1,4 @@ -.TH CPPAWK 1 "24 March 2022" "Utility Commands" "Awk With C Preprocessing" +.TH CPPAWK 1 "25 March 2022" "Utility Commands" "Awk With C Preprocessing" .SH NAME cppawk \- wrapper for awk, with C preprocessing |