From 4282688e6057ba491db8b8d6121c09cd12501094 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 18 Apr 2021 19:26:21 +0100 Subject: Add calling_convention to odin-doc Type format --- src/docs_format.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/docs_format.cpp') diff --git a/src/docs_format.cpp b/src/docs_format.cpp index 8824153ad..e08f75936 100644 --- a/src/docs_format.cpp +++ b/src/docs_format.cpp @@ -134,6 +134,7 @@ struct OdinDocType { i64 elem_counts[OdinDocType_ElemsCap]; // Each of these is esed by some types, not all + OdinDocString calling_convention; OdinDocArray types; OdinDocArray entities; OdinDocTypeIndex polmorphic_params; -- cgit v1.2.3