Changeset 3ad8af in git for factory/cf_gmp.h


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


git-svn-id: file:///usr/local/Singular/svn/trunk@6304 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.