Changeset bfcb41 in git for Singular/lists.h


Ignore:
Timestamp:
Oct 5, 2004, 3:01:15 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c69431bafa6ab3b42d150c292bf54e1435975169
Parents:
709ab00c581d068c2cd0f638c3fc4d6e02ac75bd
Message:
*hannes: optimization from 2-0


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

Legend:

Unmodified
Added
Removed
  • Singular/lists.h

    r709ab0 rbfcb41  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: lists.h,v 1.18 2002-05-16 17:51:52 Singular Exp $ */
     6/* $Id: lists.h,v 1.19 2004-10-05 13:01:15 Singular Exp $ */
    77/*
    88* ABSTRACT: handling of the list type
     
    1919#endif
    2020
     21extern omBin slists_bin;
    2122class slists
    2223{
     
    3637          nr=-1;
    3738        }
    38         omFreeSize((ADDRESS)this, sizeof(slists));
     39        //omFreeSize((ADDRESS)this, sizeof(slists));
     40        omFreeBin((ADDRESS)this,slists_bin);
    3941      }
    4042    }
     
    6567#endif
    6668
    67 extern omBin slists_bin;
    6869#undef INLINE_THIS
    6970
Note: See TracChangeset for help on using the changeset viewer.