File A_t contains:

  typeset -T A_t=(
    B_t b
  )

File B_t contains:

  typeset -T B_t=(
    integer n
  )

Both are in a directory which is included in FPATH. Is B_t supposed to be loaded automatically? What I get from

  A_t a

is:

  -ksh: B_t: not a known type name
  -ksh: A_t: not found [No such file or directory]

Apparently ksh wants B_t to be defined before A_t is sourced. I put an explicit "source B_t" at the beginning of A_t, but that didn't change anything.

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