Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 96b3531

Browse files
committedFeb 19, 2023
WS Cleanup Stage #2 - remove right stars from comments
1 parent 3f4a84b commit 96b3531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎handy.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2868,8 +2868,8 @@ enum mem_log_type {
28682868
#define Safefree(d) safefree(MEM_LOG_FREE((Malloc_t)(d)))
28692869
#endif
28702870

2871-
/* assert that a valid ptr has been supplied - use this instead of assert(ptr) *
2872-
* as it handles cases like constant string arguments without throwing warnings *
2871+
/* assert that a valid ptr has been supplied - use this instead of assert(ptr)
2872+
* as it handles cases like constant string arguments without throwing warnings
28732873
* the cast is required, as is the inequality check, to avoid warnings */
28742874
#define perl_assert_ptr(p) assert( ((void*)(p)) != 0 )
28752875

0 commit comments

Comments
 (0)
Please sign in to comment.