Changeset 8 for branches/with_autoconf/src/sc_interface.cc
- Timestamp:
- Jun 25, 2008, 1:08:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/with_autoconf/src/sc_interface.cc
r1 r8 34 34 */ 35 35 36 #include"sc_interface.h" 37 #include"sc_event.h" 38 #include"assert.h" 39 #include<iostream> 40 #include<map> 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 41 44 42 45 using namespace std; … … 105 108 { 106 109 interface2infos_t::iterator i = interface2infos.find (this); 107 #ifdef DEBUG110 #ifdef CONFIG_DEBUG 108 111 if (i == interface2infos.end ()) { 109 112 cerr << "Internal error : can't find data size of " << this << "\n"; … … 118 121 { 119 122 interface2infos_t::iterator i = interface2infos.find (this); 120 #ifdef DEBUG123 #ifdef CONFIG_DEBUG 121 124 if (i == interface2infos.end ()) { 122 125 cerr << "Internal error : can't find default event of " << this << "\n";
Note: See TracChangeset
for help on using the changeset viewer.