Changes in sources/src/sc_interface.cc [27:17]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/sc_interface.cc
r27 r17 34 34 */ 35 35 36 #include "sc_interface.h" 37 #include "sc_event.h" 38 #include "assert.h" 39 #include <iostream> 40 #include <map> 41 #ifdef HAVE_CONFIG_H 42 #include "config.h" 43 #endif 44 #include <cstdlib> //exit 36 #include"sc_interface.h" 37 #include"sc_event.h" 38 #include"assert.h" 39 #include<iostream> 40 #include<map> 45 41 #include<cstdlib> //exit 46 42 … … 110 106 { 111 107 interface2infos_t::iterator i = interface2infos.find (this); 112 #ifdef CONFIG_DEBUG108 #ifdef DEBUG 113 109 if (i == interface2infos.end ()) { 114 110 cerr << "Internal error : can't find data size of " << this << "\n"; … … 123 119 { 124 120 interface2infos_t::iterator i = interface2infos.find (this); 125 #ifdef CONFIG_DEBUG121 #ifdef DEBUG 126 122 if (i == interface2infos.end ()) { 127 123 cerr << "Internal error : can't find default event of " << this << "\n";
Note: See TracChangeset
for help on using the changeset viewer.