From: Robert K. <may...@us...> - 2001-09-10 21:13:21
|
Update of /cvsroot/bitcollider/bitcollider/lib In directory usw-pr-cvs1:/tmp/cvs-serv30778/lib Modified Files: tigertree.c Log Message: Removed an erroneous #error directive Index: tigertree.c =================================================================== RCS file: /cvsroot/bitcollider/bitcollider/lib/tigertree.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** tigertree.c 2001/09/10 21:04:40 1.5 --- tigertree.c 2001/09/10 21:13:18 1.6 *************** *** 50,54 **** tiger((word64*)node,(word64)NODESIZE,(word64*)ctx->top); // combine two nodes #if USE_BIG_ENDIAN - #error foo! tt_endian((byte *)ctx->top); #endif --- 50,53 ---- |