Skip to content

Commit cc4c243

Browse files
committed
fix
1 parent 021e1a0 commit cc4c243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c2v.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ unique name')
14851485
start := c.out.len
14861486
if is_const {
14871487
c.consts << name
1488-
c.gen("[export:'${name}']\nconst (\n${name} ")
1488+
c.gen("@[export:'${name}']\nconst (\n${name} ")
14891489
} else {
14901490
if !c.contains_word(name) && !c.cur_file.contains('deh_') { // TODO deh_ hack remove
14911491
vprintln('RRRR global ${name} not here, skipping')

0 commit comments

Comments
 (0)