Subject: | SigParser now rejects `ifdef |
SigParser previously ignored `ifdef statements in files it parsed, but
now produces this message:
Define or directive not defined: `ifdef
and terminates the calling script.
The previous behavior is more desirable because my use of SigParser is
chiefly to collect module port information, and embedded ifdef/endif
sections in the code are not really an issue.