We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9500458 commit 72e2b3aCopy full SHA for 72e2b3a
handy.h
@@ -2866,8 +2866,8 @@ enum mem_log_type {
2866
#define Safefree(d) safefree(MEM_LOG_FREE((Malloc_t)(d)))
2867
#endif
2868
2869
-/* assert that a valid ptr has been supplied - use this instead of assert(ptr) *
2870
- * 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
2871
* the cast is required, as is the inequality check, to avoid warnings */
2872
#define perl_assert_ptr(p) assert( ((void*)(p)) != 0 )
2873
0 commit comments