Changeset 809ad14 in git for IntegerProgramming


Ignore:
Timestamp:
Jan 31, 2006, 5:32:43 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
893092105917f42eaa276e64daa72cd47ebaccce
Parents:
d6ad26f1921cfe5da3d4ad1cc331ba05ba91d7b1
Message:
*hannes: port to non-gcc


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

Legend:

Unmodified
Added
Removed
  • IntegerProgramming/si_gmp.h

    rd6ad26f r809ad14  
    1 /* $Id: si_gmp.h,v 1.2 2006-01-31 15:08:10 Singular Exp $ */
     1/* $Id: si_gmp.h,v 1.3 2006-01-31 16:31:52 Singular Exp $ */
    22
    33#ifndef INCL_CF_GMP_H
    44#define INCL_CF_GMP_H
    55
     6#if defined(__cplusplus) && defined(__GNUC__)
     7extern "C" {
     8#undef __cplusplus
    69#include <gmp.h>
     10#define __cplusplus 1
     11}
     12#else
     13#include <gmp.h>
     14#endif
    715
    816#endif /* ! INCL_CF_GMP_H */
Note: See TracChangeset for help on using the changeset viewer.