Changeset 212fc04 in git for omalloc/omList.c


Ignore:
Timestamp:
Nov 22, 1999, 7:13:00 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
6ea5825fc0e0bfabf56883aee9dac9b5bbe415fe
Parents:
e6908a0f43ea328a1aa0c3942e8d309db7de26d5
Message:
* as we go along


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

Legend:

Unmodified
Added
Removed
  • omalloc/omList.c

    re6908a0 r212fc04  
    44 *  Author:  obachman (Olaf Bachmann)
    55 *  Created: 11/99
    6  *  Version: $Id: omList.c,v 1.1.1.1 1999-11-18 17:45:53 obachman Exp $
     6 *  Version: $Id: omList.c,v 1.2 1999-11-22 18:12:59 obachman Exp $
    77 *******************************************************************/
    88#ifndef NULL
     
    157157    void* curr = NEXT(list);
    158158   
    159     while (curr != NULL && VALUE(list, long_field) < what)
     159    while (curr != NULL && VALUE(curr, long_field) < what)
    160160    {
    161161      prev = curr;
Note: See TracChangeset for help on using the changeset viewer.