[BACK]Return to init.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / engine

Diff for /OpenXM_contrib2/asir2000/engine/init.c between version 1.7 and 1.8

version 1.7, 2000/12/22 10:03:28 version 1.8, 2001/02/21 07:10:18
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/engine/init.c,v 1.6 2000/12/11 02:00:41 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/engine/init.c,v 1.7 2000/12/22 10:03:28 saito Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "version.h"  #include "version.h"
Line 242  void resume_timer() {
Line 242  void resume_timer() {
 extern int lm_lazy, up_lazy;  extern int lm_lazy, up_lazy;
 extern int GC_dont_gc;  extern int GC_dont_gc;
 extern int do_weyl;  extern int do_weyl;
   extern int dp_fcoeffs;
   
 void reset_engine() {  void reset_engine() {
         lm_lazy = 0; up_lazy = 0;          lm_lazy = 0;
           up_lazy = 0;
         do_weyl = 0;          do_weyl = 0;
           dp_fcoeffs = 0;
         GC_dont_gc = 0;          GC_dont_gc = 0;
 }  }
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>