[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Status of PL48 Was: gcc-as 2.5.1



Hi,

I must add something to my last mail:

>> > BTW, is there a current source of mint-libs pre-pl48 (or whatever?) I'd
>> > like to remove all _mint variables, all _mint < 1.12 conditions and
>
>Hmm, I was looking into it for several hours and at the end I just
>realized it had no point to remove the remaining __mint variables. I did

I used wrong words. I wanted to say that current mintlibs contain much more
__mint references than I tried to remove, but these are used in conditions
like

if (__mint)

which basically means "TOS or MiNT?". And since I know nothing about MagiC's
internals, I have no idea if it could be replaced with

if (__mint || __magic)

So I didn't touch it. Such changes (if needed at all) must be done by a
MagiC programmer, not me.

Hopefully there's a short program which adds a 'MiNT' cookie into MagiC, so
then you can run all MiNT programs - and if they crash, it's MagiC
incompatibility... :-)

Petr