Hi,
Found that for function like:
f(void|int parm)
the condition intp(parm) == 1 is always true, regardless of
how it will be called - f() or f(integer_value).
Sure I can use "mixed ... args", but this is not really convenient...
This is in 7.4.28.
Do I've any options? :)
/Al