summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-27 14:04:18 -0600
committerKarl Williamson <khw@cpan.org>2020-09-05 10:15:53 -0600
commitd23778e6db0173faa533305a30c8d8d3ea001338 (patch)
treec2d2ccf20edc49a8d6a573d4d7a521853a6fb105 /handy.h
parent3752a9fedb0ab448a219302b97944b6f2ea253a1 (diff)
downloadperl-d23778e6db0173faa533305a30c8d8d3ea001338.tar.gz
perlapi: Don't show a return type for __ASSERT_
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index 1262bd0e3e..57ba9ef293 100644
--- a/handy.h
+++ b/handy.h
@@ -305,7 +305,7 @@ typedef U64TYPE U64;
/*
=for apidoc_section Compiler directives
-=for apidoc Am|void|__ASSERT_|bool expr
+=for apidoc Am||__ASSERT_|bool expr
This is a helper macro to avoid preprocessor issues, replaced by nothing
unless under DEBUGGING, where it expands to an assert of its argument,