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 ea3f0ee commit b7808d0Copy full SHA for b7808d0
ext/mbstring/libmbfl/mbfl/mbfl_string.h
@@ -49,8 +49,4 @@ MBFLAPI extern void mbfl_string_init(mbfl_string *string);
49
MBFLAPI extern void mbfl_string_init_set(mbfl_string *string, const mbfl_encoding *encoding);
50
MBFLAPI extern void mbfl_string_clear(mbfl_string *string);
51
52
-#ifndef NULL
53
-#define NULL 0
54
-#endif
55
-
56
#endif /* MBFL_STRING_H */
0 commit comments