Changeset 27 for sources/src/graph.cc
- Timestamp:
- May 4, 2009, 8:51:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/graph.cc
r17 r27 113 113 #include "sc_module.h" 114 114 #include "sc_port.h" 115 #ifdef HAVE_CONFIG_H 116 #include "config.h" 117 #endif 115 118 116 119 using namespace std; … … 154 157 { 155 158 Arc *a; 156 #ifdef DEBUG159 #ifdef CONFIG_DEBUG 157 160 if ((u == NULL) || (v == NULL)) 158 161 exit(29042004);
Note: See TracChangeset
for help on using the changeset viewer.