Changeset beab83 in git


Ignore:
Timestamp:
Nov 4, 2002, 6:14:18 PM (21 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
1dca8ade3fe626ba1dbd465465b4831ef1982214
Parents:
3ad8af19b12a63b428747d5bb18f6f7731b876d2
Message:
+ gmp workaround


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

Legend:

Unmodified
Added
Removed
  • Singular/mminit.cc

    r3ad8af rbeab83  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mminit.cc,v 1.24 2001-08-27 14:47:11 Singular Exp $ */
     4/* $Id: mminit.cc,v 1.25 2002-11-04 17:14:18 bricken Exp $ */
    55/*
    66* ABSTRACT: init of memory management
     
    2020extern "C"
    2121{
     22#ifdef __cplusplus
     23#undef __cplusplus
    2224#include <gmp.h>
     25#define __cplusplus
     26#else
     27#include <gmp.h>
     28#endif
    2329}
    2430
Note: See TracChangeset for help on using the changeset viewer.