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

Diff for /OpenXM_contrib2/asir2000/engine/distm.c between version 1.15 and 1.16

version 1.15, 2003/07/22 10:00:51 version 1.16, 2003/07/22 10:11:43
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/distm.c,v 1.14 2003/07/22 07:12:41 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/engine/distm.c,v 1.15 2003/07/22 10:00:51 noro Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "inline.h"  #include "inline.h"
Line 1981  again:
Line 1981  again:
                 }                  }
                 stat = nd_sp(l,&h);                  stat = nd_sp(l,&h);
                 if ( !stat ) {                  if ( !stat ) {
                           NEXT(l) = d; d = l;
                         d = nd_reconstruct(d);                          d = nd_reconstruct(d);
                         goto again;                          goto again;
                 }                  }
                 stat = nd_nf(h,!Top,&nf);                  stat = nd_nf(h,!Top,&nf);
                 if ( !stat ) {                  if ( !stat ) {
                           NEXT(l) = d; d = l;
                         d = nd_reconstruct(d);                          d = nd_reconstruct(d);
                         goto again;                          goto again;
                 } else if ( nf ) {                  } else if ( nf ) {

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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