Changes in sources/src/graph.cc [27:17]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/graph.cc
r27 r17 113 113 #include "sc_module.h" 114 114 #include "sc_port.h" 115 #ifdef HAVE_CONFIG_H116 #include "config.h"117 #endif118 115 119 116 using namespace std; … … 157 154 { 158 155 Arc *a; 159 #ifdef CONFIG_DEBUG156 #ifdef DEBUG 160 157 if ((u == NULL) || (v == NULL)) 161 158 exit(29042004);
Note: See TracChangeset
for help on using the changeset viewer.