Changeset 3ad8af in git


Ignore:
Timestamp:
Nov 4, 2002, 6:06:25 PM (21 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
beab83786aafc2409d275adfead8e069219a9ef6
Parents:
616214197b0dbd8973606076355c2d6ccde48f2f
Message:
+ gmp workaround


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

Legend:

Unmodified
Added
Removed
  • factory/cf_gmp.h

    r616214 r3ad8af  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_gmp.h,v 1.2 1997-06-19 12:24:27 schmidt Exp $ */
     2/* $Id: cf_gmp.h,v 1.3 2002-11-04 17:06:24 bricken Exp $ */
    33
    44#ifndef INCL_CF_GMP_H
     
    88
    99extern "C" {
     10#ifdef __cplusplus
     11#undef __cplusplus
    1012#include <gmp.h>
     13#define __cplusplus
     14#else
     15#include <gmp.h>
     16#endif
    1117}
    1218
  • factory/factory.template

    r616214 r3ad8af  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: factory.template,v 1.12 1998-03-10 14:51:09 schmidt Exp $ */
     2/* $Id: factory.template,v 1.13 2002-11-04 17:06:25 bricken Exp $ */
    33
    44#ifndef INCL_FACTORY_H
     
    3030#ifdef SINGULAR
    3131extern "C" {
     32#ifdef __cplusplus
     33#undef __cplusplus
    3234#include <gmp.h>
     35#define __cplusplus
     36#else
     37#include <gmp.h>
     38#endif
    3339}
    3440#endif /* SINGULAR */
Note: See TracChangeset for help on using the changeset viewer.