Changeset 7c7282 in git for kernel/mod_raw.cc


Ignore:
Timestamp:
May 11, 2005, 1:35:15 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
346b770d7c0749a4d999df0acb7e562136974cbe
Parents:
7031a2ef6be004bd39c7176372aa6bfcaf133252
Message:
*hannes: ppcMac-darwin for modules


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

Legend:

Unmodified
Added
Removed
  • kernel/mod_raw.cc

    r7031a2 r7c7282  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mod_raw.cc,v 1.4 2005-05-09 16:42:02 Singular Exp $ */
     4/* $Id: mod_raw.cc,v 1.5 2005-05-11 11:31:39 Singular Exp $ */
    55/*
    66 * ABSTRACT: machine depend code for dynamic modules
     
    118118#endif
    119119
     120#ifdef ppcMac_darwin
     121#define HAVE_ELF_SYSTEM
     122#endif
     123
    120124#if defined(HAVE_ELF_SYSTEM)
    121125#include <dlfcn.h>
Note: See TracChangeset for help on using the changeset viewer.