expose ownership flags to M7 emitter

This commit is contained in:
정시원
2026-08-16 21:55:28 +09:00
parent a2d7dffcae
commit 53f4d79c4f
+1
View File
@@ -2,6 +2,7 @@
#define FE_EMIT_C_H #define FE_EMIT_C_H
#include "check.h" #include "check.h"
#include "own.h"
typedef struct FeEmitter { typedef struct FeEmitter {
FILE *out; FILE *out;