fix header generation

This commit is contained in:
Arpad Ryszka 2025-08-20 03:39:11 +02:00
parent eb2be6c5c0
commit 607d8deb14

View File

@ -395,8 +395,10 @@ func (s *Syntax) Generate(o GeneratorOptions, w io.Writer) error {
hc = headCodeExported hc = headCodeExported
} }
fprintln("// head")
fprint(hc) fprint(hc)
fprintln() fprintln()
fprintln("// eo head")
fprintln() fprintln()
if o.Export { if o.Export {