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:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user