Changeset b46774 in git
- Timestamp:
- Jan 6, 2010, 2:07:24 PM (13 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 098f98f02a8e2828b475a241c0b7cfc3fb3c8e01
- Parents:
- a7a94edf0d03f2f4cedf69c0e3af1487f084ba10
- Location:
- kernel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/hilb.cc
ra7a94ed rb46774 293 293 else 294 294 { 295 *Qpol = (int *)omAlloc Bin(int_bin);295 *Qpol = (int *)omAlloc(sizeof(int)); 296 296 hLength = *Ql = **Qpol = 1; 297 297 } -
kernel/misc.cc
ra7a94ed rb46774 49 49 omBin char_ptr_bin = omGetSpecBin(sizeof(char_ptr)); 50 50 omBin ideal_bin = omGetSpecBin(sizeof(ideal)); 51 omBin int_bin = omGetSpecBin(sizeof(int));52 51 omBin poly_bin = omGetSpecBin(sizeof(poly)); 53 52 omBin indlist_bin = omGetSpecBin(sizeof(indlist)); -
kernel/structs.h
ra7a94ed rb46774 891 891 extern struct omBin_s* char_ptr_bin; 892 892 extern struct omBin_s* ideal_bin; 893 extern struct omBin_s* int_bin;894 893 extern struct omBin_s* poly_bin; 895 894 extern struct omBin_s* indlist_bin;
Note: See TracChangeset
for help on using the changeset viewer.