Changes in sources/src/port_dependency.cc [27:17]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/port_dependency.cc
r27 r17 45 45 #include "sc_port.h" 46 46 #include "sc_ver_ext.h" 47 #ifdef HAVE_CONFIG_H48 #include "config.h"49 #endif50 47 51 48 using namespace std; … … 111 108 p.destination = &b; 112 109 aPortDependencyGraph.push_back (p); 113 #if defDUMP_PORT_DEPENDENCY110 #if DUMP_PORT_DEPENDENCY 114 111 if (a) { 115 112 cerr << "'" << ((sc_object&)b).name()
Note: See TracChangeset
for help on using the changeset viewer.