|
@@ -630,7 +630,7 @@ write_type_writer :: #force_no_inline proc(w: io.Writer, ti: ^Type_Info, n_writt
|
|
io.write_string(w, "struct ", &n) or_return
|
|
io.write_string(w, "struct ", &n) or_return
|
|
if .packed in info.flags { io.write_string(w, "#packed ", &n) or_return }
|
|
if .packed in info.flags { io.write_string(w, "#packed ", &n) or_return }
|
|
if .raw_union in info.flags { io.write_string(w, "#raw_union ", &n) or_return }
|
|
if .raw_union in info.flags { io.write_string(w, "#raw_union ", &n) or_return }
|
|
- if .no_copy in info.flags { io.write_string(w, "#no_copy ", &n) or_return }
|
|
|
|
|
|
+ // if .no_copy in info.flags { io.write_string(w, "#no_copy ", &n) or_return }
|
|
if .align in info.flags {
|
|
if .align in info.flags {
|
|
io.write_string(w, "#align(", &n) or_return
|
|
io.write_string(w, "#align(", &n) or_return
|
|
io.write_i64(w, i64(ti.align), 10, &n) or_return
|
|
io.write_i64(w, i64(ti.align), 10, &n) or_return
|