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 20c85b1 commit 1e1c734Copy full SHA for 1e1c734
handy.h
@@ -2870,8 +2870,8 @@ enum mem_log_type {
2870
#define Safefree(d) safefree(MEM_LOG_FREE((Malloc_t)(d)))
2871
#endif
2872
2873
-/* assert that a valid ptr has been supplied - use this instead of assert(ptr) *
2874
- * 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
2875
* the cast is required, as is the inequality check, to avoid warnings */
2876
#define perl_assert_ptr(p) assert( ((void*)(p)) != 0 )
2877
0 commit comments