[BACK]Return to mlo.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_math

Diff for /OpenXM/src/ox_math/mlo.c between version 1.12 and 1.13

version 1.12, 2003/01/15 05:08:10 version 1.13, 2003/01/15 10:46:09
Line 1 
Line 1 
 /* -*- mode: C -*- */  /* -*- mode: C -*- */
 /* $OpenXM: OpenXM/src/ox_math/mlo.c,v 1.11 2003/01/13 12:04:53 ohara Exp $ */  /* $OpenXM: OpenXM/src/ox_math/mlo.c,v 1.12 2003/01/15 05:08:10 ohara Exp $ */
   
 /*  /*
    Copyright (C) Katsuyoshi OHARA, 2000.     Copyright (C) Katsuyoshi OHARA, 2000.
Line 33  static mlo *ml_return0();
Line 33  static mlo *ml_return0();
 /* #define STATE_NONE */  /* #define STATE_NONE */
 #define STATE_INTERRUPTED         1  #define STATE_INTERRUPTED         1
 #define STATE_ABORTED             2  #define STATE_ABORTED             2
 #define STATE_RESERVE_INTERRUTION 4  #define STATE_RESERVE_INTERRUPTION 4
 #define STATE_RESERVE_ABORTION    8  #define STATE_RESERVE_ABORTION    8
 #define STATE_IDLE                16  #define STATE_IDLE                16
   
Line 202  int ml_select()
Line 202  int ml_select()
 {  {
     while(!MLReady(stdlink)) {      while(!MLReady(stdlink)) {
 #if 0  #if 0
         if (state == STATE_RESERVE_INTERRUTION) {          if (state == STATE_RESERVE_INTERRUPTION) {
             ml_interrupt();              ml_interrupt();
         }else if (state == STATE_RESERVE_ABORTION) {          }else if (state == STATE_RESERVE_ABORTION) {
             ml_abort();              ml_abort();

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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