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 bd73e2e commit e5d309eCopy full SHA for e5d309e
handy.h
@@ -2832,8 +2832,8 @@ enum mem_log_type {
2832
#define Safefree(d) safefree(MEM_LOG_FREE((Malloc_t)(d)))
2833
#endif
2834
2835
-/* assert that a valid ptr has been supplied - use this instead of assert(ptr) *
2836
- * 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
2837
* the cast is required, as is the inequality check, to avoid warnings */
2838
#define perl_assert_ptr(p) assert( ((void*)(p)) != 0 )
2839
0 commit comments