mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Make function pointers comparable with null again.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user