Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 373881

Summary: dev-lang/gprolog-1.4.0 forgot to report some typedefs to non-x86 arches
Product: Gentoo Linux Reporter: Laurent G. <lauranger>
Component: [OLD] DevelopmentAssignee: Gentoo Prolog project <prolog>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Laurent G. 2011-07-03 09:55:24 UTC
In ma_protos.h, ix86_any.c and x86_64_any.c we have :
int Call_C_Arg_Int(int offset, PlLong int_val)
where in powerpc_any.c, mips_any.c, sparc_any.c and mips_irix.c we find 
int Call_C_Arg_Int(int offset, long int_val)
with src/EnginePl/gprolog.h defines
typedef intptr_t PlLong;

Reproducible: Always
Comment 1 Keri Harris gentoo-dev 2011-07-05 07:48:07 UTC
Thanks for reporting this! It's now fixed in CVS.