Changeset 45
- Timestamp:
- Sep 21, 2009, 5:48:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/sc_module_ext.h
r27 r45 160 160 161 161 #define SC_MODULE(user_module_name) \ 162 struct user_module_name :sc_module162 struct user_module_name : sc_core::sc_module 163 163 164 164 // the SC_HAS_PROCESS macro call must be followed by a ;
Note: See TracChangeset
for help on using the changeset viewer.