Changeset 09e3e9 in git


Ignore:
Timestamp:
Sep 5, 2012, 3:45:47 PM (12 years ago)
Author:
Alexander Dreyer <alexander.dreyer@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8c4f42893592d194c3962d80e52e7591dca962d3
Parents:
d94836e0b38201eda7edf1d2094a7376a0090806
git-author:
Alexander Dreyer <alexander.dreyer@itwm.fraunhofer.de>2012-09-05 15:45:47+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-09-05 15:52:25+02:00
Message:
chg static linking countedref module
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/countedref.cc

    rd94836e r09e3e9  
    706706}
    707707
     708#ifdef HAVE_DYNAMIC_COUNTEDREF
    708709extern "C" { void mod_init() { countedref_init(); } }
    709 
     710#endif
     711
  • Singular/countedref.h

    rd94836e r09e3e9  
    2424#include <kernel/structs.h>
    2525#include <kernel/febase.h>
    26 
     26#include "subexpr.h"
     27#include "idrec.h"
     28#include "ipid.h"
    2729/** @class CountedRefPtr
    2830 * This class implements a smart pointer which handles pointer-style access
Note: See TracChangeset for help on using the changeset viewer.