Changeset 18 in kStuff
- Timestamp:
- Jan 30, 2009 6:26:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/k/kHlpAssert.h
r2 r18 60 60 kHlpAssertMsg1(#expr, __FILE__, __LINE__, __FUNCTION__); \ 61 61 kHlpAssertBreakpoint(); \ 62 } 62 } \ 63 63 } while (0) 64 64 … … 70 70 kHlpAssertBreakpoint(); \ 71 71 return (rcRet); \ 72 } 72 } \ 73 73 } while (0) 74 74 … … 80 80 kHlpAssertBreakpoint(); \ 81 81 return; \ 82 } 82 } \ 83 83 } while (0) 84 84 … … 90 90 kHlpAssertMsg2 msg; \ 91 91 kHlpAssertBreakpoint(); \ 92 } 92 } \ 93 93 } while (0) 94 94 … … 101 101 kHlpAssertBreakpoint(); \ 102 102 return (rcRet); \ 103 } 103 } \ 104 104 } while (0) 105 105 … … 112 112 kHlpAssertBreakpoint(); \ 113 113 return; \ 114 } 114 } \ 115 115 } while (0) 116 116
Note:
See TracChangeset
for help on using the changeset viewer.