Changeset 383b2c8 in git for libpolys/misc/auxiliary.h.in


Ignore:
Timestamp:
Nov 21, 2011, 3:54:45 AM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
e7d5ef49a84d8f24b249712b963e0b89eb2a5645
Parents:
0c7a63403979fb09523b1cb344c84512e6f7fdd1
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-21 03:54:45+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-23 01:23:09+01:00
Message:
CHG: mod2.h should better be included as <kernel/mod2.h>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/auxiliary.h.in

    r0c7a63 r383b2c8  
    211211
    212212       #define PDEBUG 2
    213        #include "auxiliary.h"
     213       #include <kernel/mod2.h>
    214214       ...
    215215
     
    256256     #define OM_TRACK 5
    257257     #define OM_KEEP  1
    258      #include "mod2.h"
    259      #include "omalloc.h"
     258     #include <kernel/mod2.h>
     259     #include <omalloc/omalloc.h>
    260260   ensures that all memory allocs/free in this file are done with
    261261   OM_CHECK==3 and OM_TRACK==5, and that all addresses allocated/freed
     
    284284       #define OM_TRACK 5
    285285       #define OM_KEEP  1
    286        #include "mod2.h"
    287        #include "omalloc.h"
     286       #include <kernel/mod2.h>
     287       #include <omalloc/omalloc.h>
    288288     Under dynamic scope, do (e.g., from within the debugger):
    289289       om_Opts.MinCheck = 3; om_Opts.MinTrack = 5; omOpts.Keep = LONG_MAX;
Note: See TracChangeset for help on using the changeset viewer.