Changeset 9383ae in git


Ignore:
Timestamp:
Apr 10, 2015, 2:25:36 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
76f52597f7be2cdc6a83d6956f788e3bb342a2f9
Parents:
aa353e371217601bf33dbbb5db4cdd1251018c97
Message:
opt: omallocClass for InternalCF
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/int_cf.h

    raa353e r9383ae  
    2626#include "variable.h"
    2727
     28#ifdef HAVE_OMALLOC
     29#include <omalloc/omallocClass.h>
     30#endif
     31
    2832class CanonicalForm;
    2933
     
    3337 * InternalCF will become an InternalPoly, InternalInteger, InternalRational
    3438**/
    35 class InternalCF {
     39class InternalCF
     40#ifdef HAVE_OMALLOC
     41       : public omallocClass
     42#endif
     43{
    3644private:
    3745    int refCount;
Note: See TracChangeset for help on using the changeset viewer.