Some .asm files which are processed by m4 have something like

define(OPERATION_popcount,1)

This should be

define(`OPERATION_popcount',1)

The problem is that m4 might be called with
m4 -DOPERATION_popcount popcount.asm

Then define(OPERATION_popcount,1) expands to define(,1).
*Some* versions of m4 bail out with an error on this.

More context: http://trac.sagemath.org/sage_trac/ticket/11616#comment:36

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-devel@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to