Add (u)short #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch ":short"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've found that it is used from some things.
@ -84,1 +87,4 @@
return 1;
} else if (this.#type === 'short' || this.#type === 'ushort') {
// Short
return 1;
This should be
2
. You can determine alignment by addingERR("Alignment: %i", _Alignof(short));
to a file.Whoops, I forgot to change that one, should be fixed now, odd that it didn't give me any errors.