Changeset 114 for trunk/IPs/systemC/Environment/Common/include
- Timestamp:
- Apr 17, 2009, 12:35:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/Environment/Common/include/Debug.h
r88 r114 11 11 #define DEBUG_TTY true 12 12 13 // #ifdef DEBUG14 13 # define _cout(component, str...) \ 15 14 do \ … … 21 20 } \ 22 21 while(0) 23 // #else 24 // # define _cout(component, str...) 25 // do 26 // { 27 // } 28 // while(0) 29 // #endif 22 23 # define _cerr(str...) \ 24 do \ 25 { \ 26 fprintf(stderr,str); \ 27 } \ 28 while(0) 30 29 31 30 #endif
Note: See TracChangeset
for help on using the changeset viewer.