cc: [EMAIL PROTECTED] Subject: Re: [ast-developers] typeset: memory fault --------
> This causes a memory fault under Linux > > typeset -T X_t=( typeset name=aha ) > typeset -a[X_t] arr > > Regards, > Bernd > > -- > Bernd Eggink > [EMAIL PROTECTED] > http://sudrala.de Since for typeset -a[X_t] arr X_t has to be an enumeration type, should should have been treated as an error. It should not core dump. Thanks, I will fix this. David Korn [EMAIL PROTECTED] _______________________________________________ ast-developers mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-developers
