git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@550 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-11-01 08:05:32 +00:00
commit 22e75cc25d
7 changed files with 290 additions and 277 deletions

View file

@ -52,7 +52,7 @@ enum _MwLLVecType {
_MwLLVecType_Max,
};
struct _MwLLVec {
int ty;
int ty;
MwLLVecUnion un;
};