From: Jeremy Henty Date: 2010-04-26T08:15:05+09:00 Subject: Re: Did 1.9 deprecate NUM2INT? On 2010-04-25, Jeremy Henty (ie. *me*) wrote: > OK, I compiled a test example and NUM2INT has *not* disappeared. So > why would a source file that used NUM2INT and compiled perfectly > well under 1.8, suddenly fail to find NUM2INT under 1.9? I think this is solved. I appear to have a *.h file that tries to maintain compatibility with the PreCambrian era by including workarounds in case NUM2INT is not #define-ed. I suspect that this is breaking because 1.9 may declare NUM2INT as a static inline instead of #define-ing it. Anyway, just deleting the compatibility stuff fixes the problem. Of course, other stuff is still broken, but, hey, that's what I get for relying on fossilised code. :-( Regards, Jeremy Henty