aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-03-22 21:35:00 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-03-22 21:35:00 -0700
commit79c93ce5fca746e3bddbb57ab7dc6e30abd32de2 (patch)
treee389c8aeee54fc665e4dde9cbeaac2376fbd4a3f
parent70b0535507439c074bbe6a3b6bb6ad5f7b2db86c (diff)
downloadcppawk-79c93ce5fca746e3bddbb57ab7dc6e30abd32de2.tar.gz
cppawk-79c93ce5fca746e3bddbb57ab7dc6e30abd32de2.tar.bz2
cppawk-79c93ce5fca746e3bddbb57ab7dc6e30abd32de2.zip
README: add missing :::c.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5e16a7f..78740ca 100644
--- a/README.md
+++ b/README.md
@@ -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