mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Add #force_inline, #force_no_inline and #unroll for the transition to deprecate and then remove the keywords inline and no_inline
`inline for` will be replaced with `#unroll for`
This commit is contained in:
@@ -142,7 +142,6 @@ Token_Kind :: enum u32 {
|
||||
Cast, // cast
|
||||
Transmute, // transmute
|
||||
Distinct, // distinct
|
||||
Opaque, // opaque
|
||||
Using, // using
|
||||
Inline, // inline
|
||||
No_Inline, // no_inline
|
||||
@@ -270,7 +269,6 @@ tokens := [Token_Kind.COUNT]string {
|
||||
"cast",
|
||||
"transmute",
|
||||
"distinct",
|
||||
"opaque",
|
||||
"using",
|
||||
"inline",
|
||||
"no_inline",
|
||||
|
||||
Reference in New Issue
Block a user