aboutsummaryrefslogtreecommitdiffstats
path: root/cppawk-include/narg-priv.h
Commit message (Collapse)AuthorAgeFilesLines
* Simplify definition of variadic macros.Kaz Kylheku2022-03-281-0/+10
|
* Remove stray character in macro expansion.Kaz Kylheku2022-03-281-1/+1
| | | | | This would affect 15 argument variadic macros, like case clauses with exactly 15 keys.
* Fix some include guards lacking trailing _H.Kaz Kylheku2022-03-281-2/+2
|
* New <case.h> header and macro.Kaz Kylheku2022-03-271-0/+327
This provides a portable case statement implemented directly as switch on GNU Awk, and using other approaches on other Awks that do not have switch.