Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/module_hierarchy.cc

    r27 r17  
    3636#include "module_hierarchy.h"
    3737#include "sc_module.h"
    38 #include <cassert>
     38#include "assert.h"
    3939#include <map>
    40 #ifdef HAVE_CONFIG_H
    41 #include "config.h"
    42 #endif
    4340#include <cstdlib>
    4441#include <cstring>
     
    7673      return; //obj_list = &top_level_objects;
    7774    else {
    78       assert(parent != &obj);
     75      ASSERT(parent != &obj);
    7976      const sc_object *pobj      = (const sc_module *) parent;
    8077      obj_list = &(object2childs[pobj]);
Note: See TracChangeset for help on using the changeset viewer.