aboutsummaryrefslogtreecommitdiffstats
path: root/include/s_assert.h
Commit message (Expand)AuthorAgeFilesLines
* Innovation by sedGravatar Ed Kellett2020-10-151-1/+1
* make soft asserts better by allowing them to be used in expressionsGravatar Simon Arlott2017-07-291-15/+15
* config.h delenda estGravatar Elizabeth Myers2016-03-191-1/+1
* Remove s_assert definition from ircd_defs.h and add it to its own header.•••s_assert requires some higher-level functionality that shouldn't be present in ircd_defs.h. ircd_defs.h is used by ssld, which has no notion of logging or sending IRC messages. Additionally, some of the headers s_assert depends on result in conflicting definitions in ssld.c. This change also fixes the compile when using --enable-assert=soft. Gravatar Keith Buck2013-09-101-0/+64