Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 373881 - dev-lang/gprolog-1.4.0 forgot to report some typedefs to non-x86 arches
Summary: dev-lang/gprolog-1.4.0 forgot to report some typedefs to non-x86 arches
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prolog project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-03 09:55 UTC by Laurent G.
Modified: 2011-07-05 07:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.