aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/include/sm/assert.h
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2020-07-16 17:14:34 +0000
committerGlen Barber <gjb@FreeBSD.org>2020-07-16 17:14:34 +0000
commite2c0e292e8a7ca00ba99bcfccc9e637f45c3e8b1 (patch)
tree2f8dd797ac01b5db8e5aec5691d022a77a972ba6 /contrib/sendmail/include/sm/assert.h
parent50050b2f41417051d04ef95b176d41988a9d5b9d (diff)
parentf903a308a1b11599b6ff33725fd591a2ef685b4c (diff)
downloadsrc-e2c0e292e8a7ca00ba99bcfccc9e637f45c3e8b1.tar.gz
src-e2c0e292e8a7ca00ba99bcfccc9e637f45c3e8b1.zip
MFH
Sponsored by: Rubicon Communications, LLC (netgate.com)
Notes
Notes: svn path=/projects/release-git/; revision=363257
Diffstat (limited to 'contrib/sendmail/include/sm/assert.h')
-rw-r--r--contrib/sendmail/include/sm/assert.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/sendmail/include/sm/assert.h b/contrib/sendmail/include/sm/assert.h
index 9d0ae54e6274..57d8c5f52f32 100644
--- a/contrib/sendmail/include/sm/assert.h
+++ b/contrib/sendmail/include/sm/assert.h
@@ -47,19 +47,19 @@ sm_abort __P((
# ifndef SM_CHECK_ALL
# define SM_CHECK_ALL 1
-# endif /* ! SM_CHECK_ALL */
+# endif
# ifndef SM_CHECK_REQUIRE
# define SM_CHECK_REQUIRE SM_CHECK_ALL
-# endif /* ! SM_CHECK_REQUIRE */
+# endif
# ifndef SM_CHECK_ENSURE
# define SM_CHECK_ENSURE SM_CHECK_ALL
-# endif /* ! SM_CHECK_ENSURE */
+# endif
# ifndef SM_CHECK_ASSERT
# define SM_CHECK_ASSERT SM_CHECK_ALL
-# endif /* ! SM_CHECK_ASSERT */
+# endif
# if SM_CHECK_REQUIRE
# if defined(__STDC__) || defined(__cplusplus)