[Javabdd-checkins] JavaBDD buddy_jni.c,1.30,1.31
Brought to you by:
joewhaley
From: John W. <joe...@us...> - 2005-05-06 07:18:31
|
Update of /cvsroot/javabdd/JavaBDD In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19284 Modified Files: buddy_jni.c Log Message: Get rid of undef. Index: buddy_jni.c =================================================================== RCS file: /cvsroot/javabdd/JavaBDD/buddy_jni.c,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** buddy_jni.c 8 Apr 2005 05:27:52 -0000 1.30 --- buddy_jni.c 6 May 2005 07:18:22 -0000 1.31 *************** *** 33,38 **** #define INVALID_BDD -1 - #undef TRACE_BUDDYLIB - static int bdd_error; --- 33,36 ---- |