macros: Define ofmt specific macros late
commit15ce78fc5b968c750d005a3287d3419e3a994094
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 6 Jan 2017 17:21:28 +0000 (6 20:21 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Fri, 6 Jan 2017 17:22:36 +0000 (6 20:22 +0300)
treed93f16424c5b69b20ac1e5172468c3e48fe6ee5d
parentc7b0fe6bbeb17050e4322dde0918287f8e1de340
macros: Define ofmt specific macros late

In commits e1f985c1674951 and f7606613d047ff
we reordered macros handling, but ofmt specific
macros are to be handled after standart ones
are processed.

In particular __SECT__ handling must not change,
so the order of inclusion does matter.

https://bugzilla.nasm.us/show_bug.cgi?id=3392376

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
asm/preproc.c