Changeset ec6f27 in git


Ignore:
Timestamp:
Mar 31, 2000, 3:18:22 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ea4c430e366b0ae703c0e5248dc67e826a8da2b0
Parents:
f9385008f79db8896fcdc66f7cd9125a254bc553
Message:
*hannes: better debug


git-svn-id: file:///usr/local/Singular/svn/trunk@4246 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/kutil.cc

    rf93850 rec6f27  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.51 2000-01-22 12:04:08 Singular Exp $ */
     4/* $Id: kutil.cc,v 1.52 2000-03-31 13:18:22 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    262262  BOOLEAN ret = TRUE;
    263263
     264  #ifdef PDEBUG
    264265  if (testp)
    265266  {
     
    270271    }
    271272  }
     273  #endif
    272274
    273275  if (L->pLength != 0 && L->pLength != pLength(L->p))
     
    375377BOOLEAN K_Test_T(char* f, int l, TObject * T, int i)
    376378{
     379  #ifdef PDEBUG
    377380  BOOLEAN ret = pDBTest(T->p, T->heap, f, l);
     381  #else
     382  BOOLEAN ret=FALSE;
     383  #endif
    378384  if (ret == FALSE) Warn("for T[%d]", i);
    379385  if (T->pLength != 0 &&
     
    25612567  int   i,pos;
    25622568
    2563   h.ecart=0; h.length=0;
     2569  /* h.ecart=0; h.length=0;*/ memset(&h,0,sizeof(h));
    25642570  if (Q!=NULL) i=IDELEMS(Q);
    25652571  else i=0;
Note: See TracChangeset for help on using the changeset viewer.