aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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