Changeset 6b32990 in git for Singular/mod2.h.in


Ignore:
Timestamp:
Dec 12, 2000, 9:44:55 AM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
de7793b9aaa39c2f00b6e30ee4ad5c82915497aa
Parents:
52ea3f939ec0aa2915d2d6a747bab3976eb9bfb7
Message:
* dynamic kernel modules for MP and DBM links
* p_Procs improvements


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

Legend:

Unmodified
Added
Removed
  • Singular/mod2.h.in

    r52ea3f r6b32990  
    66 *          DO NOT EDIT!
    77 *
    8  *  Version: $Id: mod2.h.in,v 1.94 2000-12-07 15:03:56 obachman Exp $
     8 *  Version: $Id: mod2.h.in,v 1.95 2000-12-12 08:44:47 obachman Exp $
    99 *******************************************************************/
    1010#ifndef MOD2_H
     
    312312#endif
    313313
     314/* define LINKAGE to "extern C" if compiling for shared libs */
     315#ifndef LINKAGE
     316#if defined(PIC)
     317#define LINKAGE extern "C"
     318#else
     319#define LINKAGE
     320#endif
     321#endif
     322
    314323
    315324/*******************************************************************
Note: See TracChangeset for help on using the changeset viewer.