1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Remove 'stack' keyword

This commit is contained in:
Brian Fiete 2024-12-31 08:55:37 -08:00
parent 4f2c28862d
commit b784f4f39d
5 changed files with 9 additions and 26 deletions

View file

@ -246,8 +246,7 @@ enum BfToken : uint8
BfToken_Return,
BfToken_Scope,
BfToken_Sealed,
BfToken_SizeOf,
BfToken_Stack,
BfToken_SizeOf,
BfToken_Static,
BfToken_StrideOf,
BfToken_Struct,