Changeset 8 for branches/with_autoconf/src/port_dependency.cc
- Timestamp:
- Jun 25, 2008, 1:08:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/with_autoconf/src/port_dependency.cc
r1 r8 44 44 #include "sc_port.h" 45 45 #include "sc_ver_ext.h" 46 #ifdef HAVE_CONFIG_H 47 #include "config.h" 48 #endif 46 49 47 50 using namespace std; … … 107 110 p.destination = &b; 108 111 aPortDependencyGraph.push_back (p); 109 #if DUMP_PORT_DEPENDENCY112 #ifdef DUMP_PORT_DEPENDENCY 110 113 if (a) { 111 114 cerr << "'" << ((sc_object&)b).name()
Note: See TracChangeset
for help on using the changeset viewer.