Changeset 9f7665 in git for kernel/mod2.h.cmake.in


Ignore:
Timestamp:
Mar 28, 2014, 7:40:29 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
243019103085855c879a78eda81371dae089f615
Parents:
c36fda5349a970649151409d79d149c62f0bfab4
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-28 19:40:29+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-31 17:51:34+02:00
Message:
Removed HAVE_CONFIG guards

fix: fixed the inclusion of configure-generated *config.h's
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/mod2.h.cmake.in

    rc36fda r9f7665  
    346346
    347347       #define PDEBUG 2
    348        #include <kernel/mod2.h>
     348
    349349       ...
    350350
     
    391391     #define OM_TRACK 5
    392392     #define OM_KEEP  1
    393      #include <kernel/mod2.h>
     393
    394394     #include <omalloc/omalloc.h>
    395395   ensures that all memory allocs/free in this file are done with
     
    419419       #define OM_TRACK 5
    420420       #define OM_KEEP  1
    421        #include <kernel/mod2.h>
     421
    422422       #include <omalloc/omalloc.h>
    423423     Under dynamic scope, do (e.g., from within the debugger):
     
    987987
    988988       #define PDEBUG 2
    989        #include <kernel/mod2.h>
     989
    990990       ...
    991991
     
    10321032     #define OM_TRACK 5
    10331033     #define OM_KEEP  1
    1034      #include <kernel/mod2.h>
     1034
    10351035     #include <omalloc/omalloc.h>
    10361036   ensures that all memory allocs/free in this file are done with
Note: See TracChangeset for help on using the changeset viewer.