Here is another problem:

  typeset -T A_t=(
    xxx

    function f
    {
        (( n = 0 ))
    }
  )

This produces the error message

  t: syntax error at line 6: `((' unexpected

The error occurs if xxx is a normal (non-declaration) statement, and also, unfortunately, in some cases where xxx is a user-defined type in a file xxx reachable via FPATH.

If 'function f' is replaced by 'f()', the message changes to

  t: syntax error at line 4: `(' unexpected


Regards,
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