| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
There is no need for __varexpand_simple to carry its own set
of 32 macros, because it's just a special case of
__varexpand_infix, with the same helper macro duplicated as
mac1 and mac2.
|
|
|
|
|
| |
Let's start the practice of setting up some feature macros in
base.h. Then test for features elsewhere.
|
| |
|
|
|
|
|
| |
This would affect 15 argument variadic macros, like case
clauses with exactly 15 keys.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
cppawk internally defines __cppawk_ver now.
|
|
|