May be just an oversight: Why doesn't .sh.sig.value the compound
attribute, i.e. typeset -C? And related, how can there ever be a
compound variable without the -C attribute?

ksh -c 'trap "print -v .sh.sig" USR1 ; kill -USR1 $$'
(
        typeset -r -l -i 16 addr=16#3e80000c815
        typeset -r -l -i band=0
        typeset -r code=SI_USER
        typeset -r -i errno=0
        typeset -r name=USR1
        typeset -r -i pid=51221
        typeset -r -i signo=10
        typeset -r -i status=0
        typeset -r -i uid=15300
        value=(
                typeset -r -i int=0
                typeset -r -l -i 16 ptr=16#0
        )
)

Ced
-- 
Cedric Blancher <[email protected]>
Institute Pasteur
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers

Reply via email to