bug in macro-processor

when using @#ifndef, anything after @#else is never reached by macro-processor. See attached test file test.mod where command in line 6 is never reached by macro-processor when the macro variable is defined (@#else works properly with @#ifdef, instead)

Edited by Marco Ratto