Changeset b7cad8c in git for Singular/ndbm.cc


Ignore:
Timestamp:
Sep 30, 2011, 3:52:59 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e969ab6f21d139fcf6a569f51a0f94c06c05d923
Parents:
a06b989486851e55685f4102903f531916e6773a
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-30 15:52:59+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:53+01:00
Message:
ADD: static handling of DBM links
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ndbm.cc

    ra06b98 rb7cad8c  
    190190    return (-1);
    191191  }
    192 loop:
     192   
     193_loop:
    193194  dbm_access(db, dcalchash(key));
    194195  if ((i = finddatum(db->dbm_pagbuf, key)) >= 0)
     
    257258  }
    258259  setbit(db);
    259   goto loop;
     260  goto _loop;
    260261}
    261262
Note: See TracChangeset for help on using the changeset viewer.