Changeset 2a329d in git


Ignore:
Timestamp:
Jul 4, 2007, 3:51:02 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
5ef9d3216a3ed44571f0d194f790d426895c1222
Parents:
f86ef80b7ba0678af2cdb5e21dafb298309532c0
Message:
*hannes: do really nothing, if HAVE_RING2TOM is not defined


git-svn-id: file:///usr/local/Singular/svn/trunk@10165 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/rmodulo2m.cc

    rf86ef8 r2a329d  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: rmodulo2m.cc,v 1.12 2007-06-20 09:39:25 wienand Exp $ */
     4/* $Id: rmodulo2m.cc,v 1.13 2007-07-04 13:51:02 Singular Exp $ */
    55/*
    66* ABSTRACT: numbers modulo 2^m
     
    99#include <string.h>
    1010#include "mod2.h"
     11
     12#ifdef HAVE_RING2TOM
    1113#include <mylimits.h>
    1214#include "structs.h"
     
    1921#include "rmodulo2m.h"
    2022
    21 #ifdef HAVE_RING2TOM
    2223int nr2mExp;
    2324NATNUMBER nr2mModul;
Note: See TracChangeset for help on using the changeset viewer.