Changeset aa8a7e in git for kernel/mod2.h


Ignore:
Timestamp:
May 18, 2017, 2:44:37 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
adcd73732d5c4dec5a94ae3c2bef423fb742b455
Parents:
fb1675cfba52726a4f5dae751f33917588d17dcf
Message:
use include ".." for singular related .h, p9
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/mod2.h

    rfb1675 raa8a7e  
    1010
    1111/* please include singularconfig.h exclusively via <kernel/mod2.h> and before any other header */
    12 # include <singularconfig.h>
    13 # include <misc/auxiliary.h>
     12# include "singularconfig.h"
     13# include "misc/auxiliary.h"
    1414
    1515#undef VERSION
     
    216216     #define OM_KEEP  1
    217217     #include "mod2.h"
    218      #include <omalloc/omalloc.h>
     218     #include "omalloc/omalloc.h"
    219219   ensures that all memory allocs/free in this file are done with
    220220   OM_CHECK==3 and OM_TRACK==5, and that all addresses allocated/freed
     
    244244       #define OM_KEEP  1
    245245       #include "mod2.h"
    246        #include <omalloc/omalloc.h>
     246       #include "omalloc/omalloc.h"
    247247     Under dynamic scope, do (e.g., from within the debugger):
    248248       om_Opts.MinCheck = 3; om_Opts.MinTrack = 5; omOpts.Keep = LONG_MAX;
Note: See TracChangeset for help on using the changeset viewer.