mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-02 19:22:33 +00:00
Replace foreign export {} with @export
This commit is contained in:
@@ -82,7 +82,6 @@ TOKEN_KIND(Token__OperatorEnd, ""), \
|
||||
\
|
||||
TOKEN_KIND(Token__KeywordBegin, ""), \
|
||||
TOKEN_KIND(Token_import, "import"), \
|
||||
TOKEN_KIND(Token_export, "export"), \
|
||||
TOKEN_KIND(Token_foreign, "foreign"), \
|
||||
TOKEN_KIND(Token_package, "package"), \
|
||||
TOKEN_KIND(Token_typeid, "typeid"), \
|
||||
|
||||
Reference in New Issue
Block a user