Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • latest/src/module_hierarchy2dot.cc

    r27 r1  
    4343#include "sc_signal.h"
    4444#include "entity.h"
    45 #include <cassert>
     45#include "assert.h"
    4646#include "internal.h"
    47 #ifdef HAVE_CONFIG_H
    48 #include "config.h"
    49 #endif
    5047
    5148using namespace std;
     
    9188      const entity &in_entity  = *it;
    9289      sc_object    *in_obj     = in_entity.object;
    93       assert(in_obj != NULL);
     90      ASSERT(in_obj != NULL);
    9491      const sc_module *in_parent = NULL;
    9592      switch (in_entity.type) {
Note: See TracChangeset for help on using the changeset viewer.