Changeset d7c1c8 in git


Ignore:
Timestamp:
Aug 15, 2011, 3:06:41 AM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
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
Message:
FIX: removing duplicates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/febase.cc

    r5938a0 rd7c1c8  
    3232/*0 implementation */
    3333
    34 char fe_promptstr[] ="  ";
     34// char fe_promptstr[] ="  ";
    3535
    3636// output/print buffer:
  • libpolys/polys/monomials/ring.cc

    r5938a0 rd7c1c8  
    733733int rChar(ring r) { return r->cf->ch; }
    734734
    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?
    737737
    738738
Note: See TracChangeset for help on using the changeset viewer.