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

Diff for /OpenXM_contrib2/asir2000/builtin/dp.c between version 1.36 and 1.37

version 1.36, 2003/08/05 05:01:17 version 1.37, 2003/08/22 07:12:48
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/builtin/dp.c,v 1.35 2003/08/01 08:38:05 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/builtin/dp.c,v 1.36 2003/08/05 05:01:17 noro Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "base.h"  #include "base.h"
Line 1493  LIST *rp;
Line 1493  LIST *rp;
         asir_assert(ARG0(arg),O_LIST,"nd_gr");          asir_assert(ARG0(arg),O_LIST,"nd_gr");
         asir_assert(ARG1(arg),O_LIST,"nd_gr");          asir_assert(ARG1(arg),O_LIST,"nd_gr");
         asir_assert(ARG2(arg),O_N,"nd_gr");          asir_assert(ARG2(arg),O_N,"nd_gr");
         asir_assert(ARG3(arg),O_N,"nd_gr");  
         f = (LIST)ARG0(arg); v = (LIST)ARG1(arg);          f = (LIST)ARG0(arg); v = (LIST)ARG1(arg);
         f = remove_zero_from_list(f);          f = remove_zero_from_list(f);
         if ( !BDY(f) ) {          if ( !BDY(f) ) {
Line 1517  LIST *rp;
Line 1516  LIST *rp;
         asir_assert(ARG1(arg),O_LIST,"nd_gr_trace");          asir_assert(ARG1(arg),O_LIST,"nd_gr_trace");
         asir_assert(ARG2(arg),O_N,"nd_gr_trace");          asir_assert(ARG2(arg),O_N,"nd_gr_trace");
         asir_assert(ARG3(arg),O_N,"nd_gr_trace");          asir_assert(ARG3(arg),O_N,"nd_gr_trace");
         asir_assert(ARG4(arg),O_N,"nd_gr_trace");  
         f = (LIST)ARG0(arg); v = (LIST)ARG1(arg);          f = (LIST)ARG0(arg); v = (LIST)ARG1(arg);
         f = remove_zero_from_list(f);          f = remove_zero_from_list(f);
         if ( !BDY(f) ) {          if ( !BDY(f) ) {

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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