[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.5 and 1.6

version 1.5, 2000/12/05 01:24:52 version 1.6, 2000/12/11 02:00:41
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.4 2000/09/12 06:05:29 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/engine/init.c,v 1.5 2000/12/05 01:24:52 noro Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "version.h"  #include "version.h"
Line 219  void resume_timer() {
Line 219  void resume_timer() {
 }  }
   
 extern int lm_lazy, up_lazy;  extern int lm_lazy, up_lazy;
 extern GC_dont_gc;  extern int GC_dont_gc;
   extern int do_weyl;
   
 void reset_engine() {  void reset_engine() {
         lm_lazy = 0; up_lazy = 0;          lm_lazy = 0; up_lazy = 0;
           do_weyl = 0;
         GC_dont_gc = 0;          GC_dont_gc = 0;
 }  }
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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