mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: update attributes to use new syntax
This commit is contained in:
parent
dd81cb98c6
commit
757929392e
739 changed files with 2982 additions and 2982 deletions
|
@ -13,7 +13,7 @@ fn my_print1() {
|
|||
}
|
||||
|
||||
// 2MB stack size
|
||||
[spawn_stack: 2097152]
|
||||
@[spawn_stack: 2097152]
|
||||
fn my_print2() {
|
||||
println('ahoj svet')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue