Remove type prefix declarations

This commit is contained in:
Ginger Bill
2017-06-28 23:23:10 +01:00
parent 0622509807
commit 4f28e9e1fb
17 changed files with 233 additions and 256 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import . "decimal.odin";
type IntFlag enum {
IntFlag :: enum {
Prefix = 1<<0,
Plus = 1<<1,
Space = 1<<2,