LRM 2.4.1 allows:
`ifdef THIS
this code
`elsif THAT
that code
`else
other code
`endif
With my admsXml version 2.3.7 I have the impression THAT code is never reached - falling through to other code.
In which file the directives are defined? Can I extend them?