Update typeids.dm

This commit is contained in:
Novacat
2019-12-15 23:25:44 -05:00
committed by GitHub
parent c8a59aa5f7
commit cdd1e18b8b

View File

@@ -3,8 +3,4 @@
#define TYPEID_NORMAL_LIST "f"
//helper macros
#define GET_TYPEID(ref) ( ( (length(ref) <= 10) ? "TYPEID_NULL" : copytext(ref, 4, length(ref)-6) ) )
<<<<<<< HEAD
#define IS_NORMAL_LIST(L) (GET_TYPEID("\ref[L]") == TYPEID_NORMAL_LIST)
=======
#define IS_NORMAL_LIST(L) (GET_TYPEID("\ref[L]") == TYPEID_NORMAL_LIST)
>>>>>>> af301e7b... Merge pull request #6563 from Novacat/nova-accessory