Skip to content

Commit

Permalink
WS Cleanup Stage #2 - remove right stars from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
demerphq committed Nov 5, 2022
1 parent dd561cc commit 0aea374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handy.h
Expand Up @@ -2866,8 +2866,8 @@ enum mem_log_type {
#define Safefree(d) safefree(MEM_LOG_FREE((Malloc_t)(d)))
#endif

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

Expand Down

0 comments on commit 0aea374

Please sign in to comment.