Module Name: src Committed By: rillig Date: Tue Sep 12 22:08:24 UTC 2023
Modified Files: src/include: assert.h Log Message: assert.h: remove custom macro definitions for lint mode In lint mode, 'assert(cond)' expanded to nothing. This broke code like sqlite that assumes 'assert(cond)' expands to an expression that can be used as operand of the comma operator, as in 'return assert(i > 0), i'. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/include/assert.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.