Ignore:
Timestamp:
Mar 16, 2011, 3:14:45 PM (12 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
78eba1c65363ae01de639e1d0f3bf47b2089d828
Parents:
f2c9d702b900671c1430c68b61f0cc0c5883a3fe
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-03-16 15:14:45+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:01:06+01:00
Message:
added support for dynamic linking by defining LINKAGE
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/templates/p_Procs_Lib.cc

    rf2c9d7 r83f55f  
    99 *  Version: $Id$
    1010 *******************************************************************/
     11
     12#ifdef DYNAMIC_VERSION
     13#define LINKAGE extern "C"
     14#else
     15#define LINKAGE
     16#endif
     17
    1118#include "polys/config.h"
    1219#include <misc/auxiliary.h>
Note: See TracChangeset for help on using the changeset viewer.