On 2018-07-18, at 14:54:39, Charles Mills wrote:
> 
> Yes, assembler has types. A macro that cares can tell the difference among 
> FOO DS C, FOO DS A, and FOO DS F -- but few macros and fewer instructions 
> care. ...
>  
It's been a while since I tried it, but using AIF to select among three
such alternatives may yield unexpected resuts.  Lookahead can make it worse.

Given such complexity, will CDSECT realize the AIFs as #ifdefs?  Probably
not because SYSADATA doesn't reflect the AIFs.

-- gil

Reply via email to