Changeset d7c1c8 in git
- Timestamp:
- Aug 15, 2011, 3:06:41 AM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- bcfb6e40f64d9580bd9d10edc730b111c81cd75e
- Parents:
- 5938a0cae7da34f17a09979e3cb7b08d08028cd9
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-15 03:06:41+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:21+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/febase.cc
r5938a0 rd7c1c8 32 32 /*0 implementation */ 33 33 34 char fe_promptstr[] =" ";34 // char fe_promptstr[] =" "; 35 35 36 36 // output/print buffer: -
libpolys/polys/monomials/ring.cc
r5938a0 rd7c1c8 733 733 int rChar(ring r) { return r->cf->ch; } 734 734 735 typedef char * char_ptr;736 omBin char_ptr_bin = omGetSpecBin(sizeof(char_ptr)); // deallocation?735 // typedef char * char_ptr; 736 // omBin char_ptr_bin = omGetSpecBin(sizeof(char_ptr)); // deallocation? 737 737 738 738
Note: See TracChangeset
for help on using the changeset viewer.