diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-03-23 18:30:09 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-03-23 18:30:09 -0700 |
commit | 4f5117aaa411d7fae8b7133a3089ae8e3e158d07 (patch) | |
tree | 1fdea0b7106faa4eec16727c9ec7945448ad9886 /testcases | |
parent | 40b3e280c473c2e0e0a65cea49fe38f8f53a8625 (diff) | |
download | cppawk-4f5117aaa411d7fae8b7133a3089ae8e3e158d07.tar.gz cppawk-4f5117aaa411d7fae8b7133a3089ae8e3e158d07.tar.bz2 cppawk-4f5117aaa411d7fae8b7133a3089ae8e3e158d07.zip |
get rid of <stdver.h> header.
cppawk internally defines __cppawk_ver now.
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -155,10 +155,7 @@ abc abc'def -- 29: -./cppawk ' -#include <stdver.h> - -BEGIN { print __cppawk_ver >= 20220318 }' +./cppawk 'BEGIN { print __cppawk_ver >= 20220321 }' : 1 -- @@ -187,7 +184,7 @@ foo_bar 33: ./cppawk --prepro-only --prepro=./testdir/testcpp abc : -[-iq][-D_][-I.][-] +[-iq][-D_][-D_][-I.][-] -- 34: ./cppawk --prepro-only --awk=mawk mawk=__mawk__ | grep mawk |