Re: [AD] patch: asm cleanup. |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> the attached patch modifies some macros so that they play more nice with
> other preprocessors than gcc's own.
Applied, albeit in a slightly different flavor: instead of breaking up the
macros, I glued their argument, that is
#define BLIT_CODE \
insn1 \
insn2 \
insn3
BLIT_LOOP(BLIT_CODE)
> now the watcom port can use its own preprocessor in the build process on
> .s files.
Applied too, after simplification. You can pass \\ to $(RUNNER) in order to
instruct it to automatically turn forward slashes into backslashes.
> note: don't bother to modify makefile.bcc for this patch, as the borland
> preprocessor is broken (it does more that preprocessing).
Isn't there any way to tell it to do just preprocessing?
--
Eric Botcazou