I may have found a bug in print -v: If I declare a short floating point variable print -v does not show the short flag:
ksh -c 'function f { compound c=( float a=1 ; typeset -s -E b=2 ) ; ((
c.a+=c.b )) ;print -v c ; } ; f'
(
typeset -l -E a=3
typeset -E b=2
)
typeset -E b=2 should be typeset -s -E b=2
A patch for this would be welcome
Wendy
_______________________________________________
ast-users mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-users
