mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Remove type prefix declarations
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import . "decimal.odin";
|
||||
|
||||
type IntFlag enum {
|
||||
IntFlag :: enum {
|
||||
Prefix = 1<<0,
|
||||
Plus = 1<<1,
|
||||
Space = 1<<2,
|
||||
|
||||
Reference in New Issue
Block a user