Changeset ac4b53 in git


Ignore:
Timestamp:
Jan 31, 2008, 2:23:25 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
73c6d21631d8e2c06ed5fa2c6e5dd9c80ce49f14
Parents:
1bcfc5cd117a7eadf64863613f89995808bd287e
Message:
*hanne: HAVE_RATGRING


git-svn-id: file:///usr/local/Singular/svn/trunk@10543 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/ratgring.cc

    r1bcfc5 rac4b53  
    77 *  Author:  levandov (Viktor Levandovsky)
    88 *  Created: 8/00 - 11/00
    9  *  Version: $Id: ratgring.cc,v 1.8 2008-01-31 13:22:24 Singular Exp $
     9 *  Version: $Id: ratgring.cc,v 1.9 2008-01-31 13:23:25 Singular Exp $
    1010 *******************************************************************/
    1111#include "mod2.h"
     12#include "ratgring.h"
    1213#ifdef HAVE_RATGRING
    1314#include "gring.h"
    14 #include "ratgring.h"
    1515#include "febase.h"
    1616#include "ring.h"
  • kernel/ratgring.h

    r1bcfc5 rac4b53  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ratgring.h,v 1.4 2007-03-10 15:41:49 levandov Exp $ */
     6/* $Id: ratgring.h,v 1.5 2008-01-31 13:23:25 Singular Exp $ */
    77/*
    88* ABSTRACT additional defines etc for --with-plural
    99*/
     10// #define HAVE_RATGRING to activate
    1011
    11 #ifdef HAVE_PLURAL
     12#ifdef HAVE_RATGRING
    1213#include "structs.h"
    1314
Note: See TracChangeset for help on using the changeset viewer.