Changeset b46774 in git


Ignore:
Timestamp:
Jan 6, 2010, 2:07:24 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
098f98f02a8e2828b475a241c0b7cfc3fb3c8e01
Parents:
a7a94edf0d03f2f4cedf69c0e3af1487f084ba10
Message:

git-svn-id: file:///usr/local/Singular/svn/trunk@12408 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/hilb.cc

    ra7a94ed rb46774  
    293293      else
    294294      {
    295         *Qpol = (int *)omAllocBin(int_bin);
     295        *Qpol = (int *)omAlloc(sizeof(int));
    296296        hLength = *Ql = **Qpol = 1;
    297297      }
  • kernel/misc.cc

    ra7a94ed rb46774  
    4949omBin char_ptr_bin = omGetSpecBin(sizeof(char_ptr));
    5050omBin ideal_bin = omGetSpecBin(sizeof(ideal));
    51 omBin int_bin = omGetSpecBin(sizeof(int));
    5251omBin poly_bin = omGetSpecBin(sizeof(poly));
    5352omBin indlist_bin = omGetSpecBin(sizeof(indlist));
  • kernel/structs.h

    ra7a94ed rb46774  
    891891extern struct omBin_s* char_ptr_bin;
    892892extern struct omBin_s* ideal_bin;
    893 extern struct omBin_s* int_bin;
    894893extern struct omBin_s* poly_bin;
    895894extern struct omBin_s* indlist_bin;
Note: See TracChangeset for help on using the changeset viewer.