Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/port_dependency.cc

    r27 r17  
    4545#include "sc_port.h"
    4646#include "sc_ver_ext.h"
    47 #ifdef HAVE_CONFIG_H
    48 #include "config.h"
    49 #endif
    5047
    5148using namespace std;
     
    111108        p.destination = &b;
    112109        aPortDependencyGraph.push_back (p);
    113 #ifdef DUMP_PORT_DEPENDENCY
     110#if DUMP_PORT_DEPENDENCY
    114111        if (a) {
    115112                cerr << "'" << ((sc_object&)b).name()
Note: See TracChangeset for help on using the changeset viewer.