"Jan Beulich" <JBeulich@novell.com> writes: > In preparation of adding support for macros with variable number of > arguments, this adds new conditional pseudo-op .ifb and .ifnb, which > check whether their arguments are (non-)blank / (non-)empty. I believe you can do that with .ifc and .ifnc, just by comparing to an empty string. Ian