We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f631337 + 468bd06 commit d934f0cCopy full SHA for d934f0c
frontends/lexer.c
@@ -2103,6 +2103,7 @@ struct reservedword {
2103
{ "%if", SP_ASM_IF },
2104
{ "if", SP_IF },
2105
{ "ifnot", SP_IFNOT },
2106
+ { "%interface", SP_INTERFACE },
2107
2108
{ "long", SP_LONG },
2109
{ "lookdown", SP_LOOKDOWN },
frontends/spin/spin.y
@@ -163,6 +163,7 @@ FixupList(AST *list)
163
%token SP_PUB "PUB"
164
%token SP_PRI "PRI"
165
%token SP_OBJ "OBJ"
166
+%token SP_INTERFACE "%INTERFACE"
167
%token SP_ASM "ASM"
168
%token SP_ASM_CONST "ASM_CONST"
169
%token SP_ENDASM "ENDASM"
0 commit comments