[gambit-list] missing(?) __builtin_expect in gambc-4.0b22.tar.gz

Bradley Lucier lucier at math.purdue.edu
Fri Apr 6 17:07:46 EDT 2007


On Apr 6, 2007, at 5:03 PM, Bradley Lucier wrote:

> Try to change one line in include/gambit.h to be
>
> [descartes:~/programs/gambc-4.0b22/include] lucier% rcsdiff gambit.h
> ===================================================================
> RCS file: RCS/gambit.h,v
> retrieving revision 1.1
> diff -r1.1 gambit.h
> 1354c1354
> < #ifdef __GNUC__
> ---
> > #if __GNUC__ >= 3

Sorry, that won't work for non-gcc compilers, try

rcsdiff gambit.h
===================================================================
RCS file: RCS/gambit.h,v
retrieving revision 1.1
diff -r1.1 gambit.h
1354a1355
 > #if __GNUC__ >= 3
1356a1358
 > #endif





More information about the Gambit-list mailing list