[AD] changes to asm files

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Those using CVS will see many .s files changed.  The reason is that
those files use preprocessor macros, and with newer versions of
`cpp' they get expanded like so:

	movq %a, %b movq %c, %d movq %e, %f

i.e. everything on one line, which `as' barfs on.  I put in a bunch
of semicolons, so it'd expand like:

	movq %a, %b ; movq %c, %d ; movq %e, %f

which shouldn't break anything.



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/