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
+2 -2
View File
@@ -9,12 +9,12 @@ import (
_BUFFER_SIZE :: 1<<12;
type StringBuffer union {
StringBuffer :: union {
Static {buf: []u8},
Dynamic{buf: [dynamic]u8},
}
type FmtInfo struct {
FmtInfo :: struct {
minus: bool,
plus: bool,
space: bool,