Skip to content

Commit 1ad6eca

Browse files
committed
perl.h: Remove obsolete comment
This comment is not true; it may have been true once. assert.h is always included, and assert() is always defined, since at least C89..
1 parent a7dd2d5 commit 1ad6eca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

perl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5102,8 +5102,6 @@ Gid_t getegid (void);
51025102
"\", line %d", STRINGIFY(what), __LINE__), \
51035103
(void) 0)), ((void)0))
51045104

5105-
/* assert() gets defined if DEBUGGING.
5106-
* If no DEBUGGING, the <assert.h> has not been included. */
51075105
#ifndef assert
51085106
# define assert(what) Perl_assert(what)
51095107
#endif

0 commit comments

Comments
 (0)