Changeset 1dca8ad in git for Singular/mpr_complex.h


Ignore:
Timestamp:
Nov 4, 2002, 6:37:03 PM (21 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
46cabe8b835c1f035c815d020c47b2ca632600a9
Parents:
beab83786aafc2409d275adfead8e069219a9ef6
Message:
+ gmp workaround


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

Legend:

Unmodified
Added
Removed
  • Singular/mpr_complex.h

    rbeab83 r1dca8ad  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: mpr_complex.h,v 1.18 2001-10-09 16:36:10 Singular Exp $ */
     6/* $Id: mpr_complex.h,v 1.19 2002-11-04 17:37:03 bricken Exp $ */
    77
    88/*
     
    1515// must have gmp version >= 2
    1616extern "C" {
     17#ifdef __cplusplus
     18#undef __cplusplus
    1719#include <gmp.h>
     20#define __cplusplus
     21#else
     22#include <gmp.h>
     23#endif
    1824}
    1925#include "numbers.h"
Note: See TracChangeset for help on using the changeset viewer.