Ignore:
Timestamp:
Feb 23, 2012, 11:00:04 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7347dfb614641b54c125074951559ca8b65b5ea3
Parents:
1a9dc5ff3e8396b7eb0f03fb0ee57fdcae4a5c74
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 23:00:04+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-24 16:11:23+01:00
Message:
fixing 32bit via 64bit issues

fix: removed typedef for long64 from ring.h as it duplicates the same block in auxiliary.h!

TODO: fixing mylimits.h leads to lots of errors in runtime (ring:bitmask gets -1L!!?)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.cc

    r1a9dc5 r6fcb1b3  
    1111#include <math.h>
    1212
     13#include "config.h"
     14
    1315#include <omalloc/omalloc.h>
     16
     17#include <misc/auxiliary.h>
     18#include <misc/mylimits.h>
    1419#include <misc/options.h>
    1520#include <misc/int64vec.h>
Note: See TracChangeset for help on using the changeset viewer.