diff options
-rwxr-xr-x | bin/cppawk | 2 |
1 files changed, 1 insertions, 1 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=20220419 $stdopt" +prepro_opts="-D__gawk__=1 -D__cppawk_ver=20220703 $stdopt" # globals bash=${BASH_VERSION+y} |