cgen: small cleanup of the "// THE END" comment generated at the end of each C program

This commit is contained in:
Delyan Angelov 2024-11-16 11:05:05 +02:00
parent 4c557cf815
commit 719d9a5784
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -649,7 +649,7 @@ pub fn gen(files []&ast.File, mut table ast.Table, pref_ &pref.Preferences) (str
header += '\n#endif\n' header += '\n#endif\n'
out_str := g.out.str() out_str := g.out.str()
b.write_string(out_str) b.write_string(out_str)
b.writeln('\n// THE END.') b.writeln('// THE END.')
util.timing_measure('cgen common') util.timing_measure('cgen common')
res := b.str() res := b.str()
$if trace_all_generic_fn_keys ? { $if trace_all_generic_fn_keys ? {