Changeset 616214 in git


Ignore:
Timestamp:
Nov 4, 2002, 5:52:23 PM (21 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
3ad8af19b12a63b428747d5bb18f6f7731b876d2
Parents:
9b25e7ebdfecad841a8035000dec808877e8c27a
Message:
+ gmp workaround


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

Legend:

Unmodified
Added
Removed
  • Singular/longrat.h

    r9b25e7e r616214  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: longrat.h,v 1.29 2002-07-23 13:09:36 Singular Exp $ */
     6/* $Id: longrat.h,v 1.30 2002-11-04 16:52:23 bricken Exp $ */
    77/*
    88* ABSTRACT: computation with long rational numbers
     
    1111
    1212extern "C" {
     13#ifdef __cplusplus
     14#undef __cplusplus
    1315#include <gmp.h>
     16#define __cplusplus
     17#else
     18#include <gmp.h>
     19#endif
    1420}
    1521#ifdef HAVE_SMALLGMP
Note: See TracChangeset for help on using the changeset viewer.