Changeset 46cabe in git


Ignore:
Timestamp:
Nov 5, 2002, 12:00:12 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
a7f2cfa27f219ffe9472b01f7422279ae5391c9e
Parents:
1dca8ade3fe626ba1dbd465465b4831ef1982214
Message:
*hannes: gmp-4 adaption


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

Legend:

Unmodified
Added
Removed
  • factory/cf_gmp.h

    r1dca8ad r46cabe  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_gmp.h,v 1.3 2002-11-04 17:06:24 bricken Exp $ */
     2/* $Id: cf_gmp.h,v 1.4 2002-11-05 11:00:12 Singular Exp $ */
    33
    44#ifndef INCL_CF_GMP_H
    55#define INCL_CF_GMP_H
    66
    7 #include <config.h>
    8 
     7#ifdef __cplusplus
    98extern "C" {
    10 #ifdef __cplusplus
    119#undef __cplusplus
    1210#include <gmp.h>
    1311#define __cplusplus
     12}
    1413#else
    1514#include <gmp.h>
    1615#endif
    17 }
    1816
    1917#endif /* ! INCL_CF_GMP_H */
  • factory/factory.template

    r1dca8ad r46cabe  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: factory.template,v 1.13 2002-11-04 17:06:25 bricken Exp $ */
     2/* $Id: factory.template,v 1.14 2002-11-05 11:00:12 Singular Exp $ */
    33
    44#ifndef INCL_FACTORY_H
     
    2929
    3030#ifdef SINGULAR
     31#ifdef __cplusplus
    3132extern "C" {
    32 #ifdef __cplusplus
    3333#undef __cplusplus
    3434#include <gmp.h>
    3535#define __cplusplus
     36}
    3637#else
    3738#include <gmp.h>
    3839#endif
    39 }
     40
    4041#endif /* SINGULAR */
    4142
Note: See TracChangeset for help on using the changeset viewer.