Changeset e4fe2b in git for libpolys/coeffs/si_gmp.h


Ignore:
Timestamp:
Aug 23, 2011, 9:17:33 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
72ebdb01e4821ac45cbf1e8065cb15515ef1b391
Parents:
fbb01737147ed8f605c88489320c73e975833f32
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-23 21:17:33+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:25+01:00
Message:
FIX: Fixed huge BUG in cf_gmp.h
CHG: starting to cleanup factory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/si_gmp.h

    rfbb0173 re4fe2b  
    22#define COEFFS_SI_GMP_H
    33
     4
     5// just assume that factory have been built (cplusplus.h!)
     6// instead of duplicating cf_gmp.h here for now...
     7#include <factory/cf_gmp.h>
     8
     9/*
    410#if defined(__cplusplus) && defined(__GNUC__)
    511  #define __cplusplus_backup __cplusplus
     
    1218  #include <gmp.h>
    1319#endif
     20*/
    1421
    1522
Note: See TracChangeset for help on using the changeset viewer.