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 3f4a84b commit 96b3531Copy full SHA for 96b3531
handy.h
@@ -2868,8 +2868,8 @@ enum mem_log_type {
2868
#define Safefree(d) safefree(MEM_LOG_FREE((Malloc_t)(d)))
2869
#endif
2870
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 *
+/* 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
2873
* the cast is required, as is the inequality check, to avoid warnings */
2874
#define perl_assert_ptr(p) assert( ((void*)(p)) != 0 )
2875
0 commit comments