diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-03-22 21:35:00 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-03-22 21:35:00 -0700 |
commit | 79c93ce5fca746e3bddbb57ab7dc6e30abd32de2 (patch) | |
tree | e389c8aeee54fc665e4dde9cbeaac2376fbd4a3f | |
parent | 70b0535507439c074bbe6a3b6bb6ad5f7b2db86c (diff) | |
download | cppawk-79c93ce5fca746e3bddbb57ab7dc6e30abd32de2.tar.gz cppawk-79c93ce5fca746e3bddbb57ab7dc6e30abd32de2.tar.bz2 cppawk-79c93ce5fca746e3bddbb57ab7dc6e30abd32de2.zip |
README: add missing :::c.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ and go get it! can have file inclusion. There is the possibility of using `#ifdef` to make code work with different Awks, using their nonportable constructs: + :::c #if __gawk__ GNU Awk specific code #else |