Changeset 36faf9 in git


Ignore:
Timestamp:
May 2, 2006, 6:50:05 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
ea48f7df5ddbf7935ee69970dbcd665f2fa7ca16
Parents:
aaf0b6a15866d4d00ee7ffb107e0e44f0a238da5
Message:
*hannes: C++ and gmp again


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

Legend:

Unmodified
Added
Removed
  • factory/cf_gmp.h

    raaf0b6 r36faf9  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_gmp.h,v 1.5 2003-10-29 10:53:50 Singular Exp $ */
     2/* $Id: cf_gmp.h,v 1.6 2006-05-02 16:49:54 Singular Exp $ */
    33
    44#ifndef INCL_CF_GMP_H
     
    88extern "C" {
    99#undef __cplusplus
     10#define _WCHAR_T_DECLARED
    1011#include <gmp.h>
    1112#define __cplusplus 1
  • kernel/si_gmp.h

    raaf0b6 r36faf9  
    1 /* $Id: si_gmp.h,v 1.3 2006-01-31 16:32:43 Singular Exp $ */
     1/* emacs edit mode for this file is -*- C++ -*- */
     2/* $Id: si_gmp.h,v 1.4 2006-05-02 16:50:05 Singular Exp $ */
    23
    34#ifndef INCL_CF_GMP_H
    45#define INCL_CF_GMP_H
    56
    6 #if defined(__cplusplus) && defined(__GNUC__)
     7#ifdef __cplusplus
    78extern "C" {
    89#undef __cplusplus
     10#define _WCHAR_T_DECLARED
    911#include <gmp.h>
    1012#define __cplusplus 1
Note: See TracChangeset for help on using the changeset viewer.