Changeset 3ad8af in git for factory/factory.template


Ignore:
Timestamp:
Nov 4, 2002, 6:06:25 PM (21 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
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/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.