diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-03-18 08:30:51 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-03-18 08:30:51 -0700 |
commit | b13ba3a1c1c644ba2fdec5d6b3b836886b7a177b (patch) | |
tree | 2ed2158ee5846d33bedd22be47de057f3e38d6c7 /testcases | |
parent | ce81c2bd9ce70ee73c4d6a4a253ae9d08fdccae7 (diff) | |
download | cppawk-b13ba3a1c1c644ba2fdec5d6b3b836886b7a177b.tar.gz cppawk-b13ba3a1c1c644ba2fdec5d6b3b836886b7a177b.tar.bz2 cppawk-b13ba3a1c1c644ba2fdec5d6b3b836886b7a177b.zip |
Define __posix__ if -P or --posix option used.
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -102,3 +102,12 @@ gawk 18: ./cppawk 'BEGIN { print __bignum__ }' : +-- +19: +./cppawk -P 'BEGIN { print __posix__ }' +: +1 +-- +20: +./cppawk 'BEGIN { print __posix__ }' +: |