David Korn schrieb:
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.

OK, I hadn't read the doc properly. I thought that X_t was the type of the array elements.

Bernd

--
Bernd Eggink
[EMAIL PROTECTED]
http://sudrala.de
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to