Changeset 715936 in git for Singular/test.cc


Ignore:
Timestamp:
Sep 9, 2011, 7:41:13 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f29ab6c2e7fe07c324d37a46dfb6a9760b4ecb66
Parents:
534886637bbc60712e1adffc56bba8346d98e245
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-09 19:41:13+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:40+01:00
Message:
FIX: omalloc should be configured with with-external-config_h=../Singular/omSingularConfig.h (?)
FIX: moved memory management to Singular/
FIX: mmstd.c should not provide mm/c/v -alloc & free (recursion problem!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/test.cc

    r5348866 r715936  
    9898#include <kernel/ratgring.h>
    9999#include <kernel/shiftgb.h>
    100 #include <kernel/mmalloc.h>
     100#include "mmalloc.h"
    101101#include <kernel/gfan.h>
    102102
     
    146146
    147147// #include "lplist.h" // Too old!
    148 #include <kernel/mmalloc.h>
     148#include "mmalloc.h"
    149149#include <kernel/multicnt.h>
    150150#include <kernel/npolygon.h>
Note: See TracChangeset for help on using the changeset viewer.