From fb89c12d908bad78e9fba1dd407a4fef8604c2b6 Mon Sep 17 00:00:00 2001 From: Arthur Kennedy Otieno Date: Tue, 22 Oct 2019 08:02:31 +0300 Subject: [PATCH] V.js: remove a text block resulting in syntax errors --- vlib/compiler/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/compiler/main.v b/vlib/compiler/main.v index 5ab914cc2e..a1b678a695 100644 --- a/vlib/compiler/main.v +++ b/vlib/compiler/main.v @@ -253,7 +253,7 @@ pub fn (v mut V) compile() { cgen.genln('#define DEBUG_ALLOC 1') } //cgen.genln('/*================================== FNS =================================*/') - cgen.genln('this line will be replaced with definitions') + cgen.genln('// this line will be replaced with definitions') mut defs_pos := cgen.lines.len - 1 if defs_pos == -1 { defs_pos = 0