Changeset cbb23f in git


Ignore:
Timestamp:
May 22, 2003, 7:56:37 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e9dfcff6029703c0e2ac65c3ac847aecedd4f531
Parents:
775d8888b1e44be156deff134be904e0e588c0fe
Message:
*hannes: C/c++/IS-64 fixes


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

Legend:

Unmodified
Added
Removed
  • Singular/mod_raw.cc

    r775d88 rcbb23f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mod_raw.cc,v 1.18 2003-02-18 17:44:31 Singular Exp $ */
     4/* $Id: mod_raw.cc,v 1.19 2003-05-22 17:56:37 Singular Exp $ */
    55/*
    66 * ABSTRACT: machine depend code for dynamic modules
     
    7878}
    7979
    80 
    81 /*****************************************************************************
    82  * SECTION ix86-linux / alpha-linux                                          *
    83  *****************************************************************************/
    84 #if defined(ix86_Linux) || defined(DecAlpha_Linux) || defined(ix86_Linux_libc5)
     80#ifdef __cplusplus
     81extern "C" {
     82#endif
     83
     84/*****************************************************************************
     85 * SECTION ix86-linux / alpha-linux / IA64-linux                             *
     86 *****************************************************************************/
     87#if defined(ix86_Linux) || defined(DecAlpha_Linux) || defined(ix86_Linux_libc5) || defined(IA64_Linux)
    8588#include <dlfcn.h>
    8689
     
    380383#  endif /* ppc_MPW */
    381384
     385#ifdef __cplusplus
     386}
     387#endif
    382388
    383389#endif /* HAVE_DL */
Note: See TracChangeset for help on using the changeset viewer.