Changeset 21868 for branches/gcc-kmk/include/win/debugtools.h
- Timestamp:
- Dec 8, 2011, 9:45:40 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/include/win/debugtools.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/win/debugtools.h
r21741 r21868 177 177 # define MESSAGE WriteLog 178 178 #else 179 #ifdef __GNUC__ 180 # define TRACE 1 ? (void) 0 : (void) 181 # define TRACE_(ch) 1 ? (void) 0 : (void) 182 # define FIXME 1 ? (void) 0 : (void) 183 # define FIXME_(ch) 1 ? (void) 0 : (void) 184 # define WARN 1 ? (void) 0 : (void) 185 # define WARN_(ch) 1 ? (void) 0 : (void) 186 # define ERR_(ch) 1 ? (void) 0 : (void) 187 # define ERR 1 ? (void) 0 : (void) 188 # define DPRINTF 1 ? (void) 0 : (void) 189 # define MESSAGE 1 ? (void) 0 : (void) 190 #else 179 191 # define TRACE 1 ? (void)0 : (void)((int (*)(const char *, ...)) NULL) 180 192 # define TRACE_(ch) 1 ? (void)0 : (void)((int (*)(const char *, ...)) NULL) … … 187 199 # define DPRINTF 1 ? (void)0 : (void)((int (*)(const char *, ...)) NULL) 188 200 # define MESSAGE 1 ? (void)0 : (void)((int (*)(const char *, ...)) NULL) 201 #endif 189 202 #endif 190 203 #undef __GET_DEBUGGING
Note:
See TracChangeset
for help on using the changeset viewer.
