Moved const and extern identifiers to the left
This commit is contained in:
examples
lib
core
io
mem
sys
thread
src
tests
@ -1,9 +1,9 @@
|
||||
const prot {
|
||||
read 0x1
|
||||
prot const {
|
||||
read 0x1
|
||||
write 0x2
|
||||
}
|
||||
|
||||
const map {
|
||||
private 0x02
|
||||
map const {
|
||||
private 0x02
|
||||
anonymous 0x1000
|
||||
}
|
Reference in New Issue
Block a user