mirror of
https://github.com/vlang/v.git
synced 2025-09-13 09:25:45 -04:00
cgen: small cleanup of the "// THE END" comment generated at the end of each C program
This commit is contained in:
parent
4c557cf815
commit
719d9a5784
@ -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 ? {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user