Skip to content

Commit 1d94fb1

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 supposed to be defined, since at least C89. But the code acts like it is possible to not be defined; it's not a big deal to retain that check, so I'm leaving it in.
1 parent 23bbe74 commit 1d94fb1

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
@@ -5119,8 +5119,6 @@ Gid_t getegid (void);
51195119
"\", line %d", STRINGIFY(what), __LINE__), \
51205120
(void) 0)), ((void)0))
51215121

5122-
/* assert() gets defined if DEBUGGING.
5123-
* If no DEBUGGING, the <assert.h> has not been included. */
51245122
#ifndef assert
51255123
# define assert(what) Perl_assert(what)
51265124
#endif

0 commit comments

Comments
 (0)