Thanks to visit codestin.com Credit goes to github.com
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 5a00312 commit 828e657Copy full SHA for 828e657
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