For some reason, this only occurs when imcc is built with tcc- it works fine
with the other compilers.   I don't know what this error is meant to mean,
so i'm not quite sure how to troubleshoot it.

Any ideas?

--Josh


[EMAIL PROTECTED]:~/devel/parrot% ./parrot  t/op/arithmetics_38.pasm    
error:imcc: file t/op/arithmetics_38.pasm line 1: Macros only allowed in [EMAIL 
PROTECTED]:~/devel/parrot% head t/op/arithmetics_38.pasm
.macro fp_eq (  J, K, L )
        save    N0
        save    N1
        save    N2

        set     N0, .J
        set     N1, .K
        sub     N2, N1,N0
        abs     N2, N2
        gt      N2, 0.000001, .$FPEQNOK



-- 
Josh Wilmes  ([EMAIL PROTECTED]) | http://www.hitchhiker.org

Reply via email to