Make function pointers comparable with null again.

This commit is contained in:
Christoffer Lerno
2024-06-22 15:38:19 +02:00
parent 5940d5ddad
commit 0dc2f0e923

View File

@@ -685,9 +685,9 @@ typedef enum
TYPE_INTERFACE,
TYPE_ANYFAULT,
TYPE_TYPEID,
TYPE_FUNC_PTR,
TYPE_POINTER,
TYPE_ENUM,
TYPE_FUNC_PTR,
TYPE_FUNC_RAW,
TYPE_STRUCT,
TYPE_UNION,