Remove useless keyword in undef directive.

This commit is contained in:
Enrico Fraccaroli
2023-01-20 09:27:35 -05:00
parent 2a06eb791a
commit 9dfebdf827
+2 -2
View File
@@ -34,5 +34,5 @@
ARRAY_FREE(arr->buffer); \
}
#undef ARRAY_ALLOC malloc
#undef ARRAY_FREE free
#undef ARRAY_ALLOC
#undef ARRAY_FREE