diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-11-16 21:23:08 +0100 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2024-11-16 21:23:08 +0100 |
| commit | 1bece356c13b8fc0b790d606a680b0d618318265 (patch) | |
| tree | af0695f502940489f4ad19639358cf5444af523a /src/server | |
| parent | 212e52c273a1004ff2081f51f54b92058e47d62c (diff) | |
Add more #attributes and support the latest Odin.
Diffstat (limited to 'src/server')
| -rw-r--r-- | src/server/marshal.odin | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/marshal.odin b/src/server/marshal.odin index b9912a4..dc816e0 100644 --- a/src/server/marshal.odin +++ b/src/server/marshal.odin @@ -256,9 +256,6 @@ marshal_to_writer :: proc(w: io.Writer, v: any, opt: ^Marshal_Options) -> (err: case runtime.Type_Info_Simd_Vector: return .Unsupported_Type - case runtime.Type_Info_Relative_Pointer: - return .Unsupported_Type - case runtime.Type_Info_Matrix: return .Unsupported_Type |