mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
#rune "" to ''; Remove infix and postfix call notation
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
RUNE_ERROR :: #rune "\ufffd"
|
||||
RUNE_ERROR :: '\ufffd'
|
||||
RUNE_SELF :: 0x80
|
||||
RUNE_BOM :: 0xfeff
|
||||
RUNE_EOF :: ~(0 as rune)
|
||||
MAX_RUNE :: #rune "\U0010ffff"
|
||||
MAX_RUNE :: '\U0010ffff'
|
||||
UTF_MAX :: 4
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user