summaryrefslogtreecommitdiff
path: root/source/kit/xml.h
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-02-16 02:26:18 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-02-16 02:26:18 +0100
commitdb5cfc7428dbef897f31836732960766563ea0e8 (patch)
treebc3ea8a8219bb9456cf0707f5d4f01913b0e8078 /source/kit/xml.h
parentd0c2e327561618241ac7f198fdaa797d6d9a6b7a (diff)
downloadkit-db5cfc7428dbef897f31836732960766563ea0e8.zip
Remove unused macro; Update clang format config
Diffstat (limited to 'source/kit/xml.h')
-rw-r--r--source/kit/xml.h22
1 files changed, 10 insertions, 12 deletions
diff --git a/source/kit/xml.h b/source/kit/xml.h
index fdc9536..a4dd3d1 100644
--- a/source/kit/xml.h
+++ b/source/kit/xml.h
@@ -50,17 +50,15 @@ void kit_xml_destroy(kit_xml_t *xml);
}
#endif
-#ifndef KIT_DISABLE_SHORT_NAMES
-# define xml_t kit_xml_t
-# define xml_property_t kit_xml_property_t
-# define xml_parse_result_t kit_xml_parse_result_t
-# define xml_text_t kit_xml_text_t
-# define xml_parse kit_xml_parse
-# define xml_print kit_xml_print
-# define xml_full_text kit_xml_full_text
-# define xml_has_property kit_xml_has_property
-# define xml_property kit_xml_property
-# define xml_destroy kit_xml_destroy
-#endif
+#define xml_t kit_xml_t
+#define xml_property_t kit_xml_property_t
+#define xml_parse_result_t kit_xml_parse_result_t
+#define xml_text_t kit_xml_text_t
+#define xml_parse kit_xml_parse
+#define xml_print kit_xml_print
+#define xml_full_text kit_xml_full_text
+#define xml_has_property kit_xml_has_property
+#define xml_property kit_xml_property
+#define xml_destroy kit_xml_destroy
#endif