This definition
typeset -T A_t=(
f()
{
print "Oops"
}
)causes a seg fault as soon as A_t is used in a declaration. It works, however, if "function f" is used instead of "f()".
Regards, Bernd -- Bernd Eggink [EMAIL PROTECTED] http://sudrala.de _______________________________________________ ast-developers mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-developers
