mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Transition complete, remove the obsolete 'set' keyword
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7566 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7cc7d987a4
commit
cad3569656
@ -160,7 +160,6 @@ class { return CLASS; }
|
||||
def { return DEF; }
|
||||
field { return FIELD; }
|
||||
let { return LET; }
|
||||
set { return LET; }
|
||||
in { return IN; }
|
||||
|
||||
{Identifier} { Filelval.StrVal = new std::string(yytext, yytext+yyleng);
|
||||
|
@ -160,7 +160,6 @@ class { return CLASS; }
|
||||
def { return DEF; }
|
||||
field { return FIELD; }
|
||||
let { return LET; }
|
||||
set { return LET; }
|
||||
in { return IN; }
|
||||
|
||||
{Identifier} { Filelval.StrVal = new std::string(yytext, yytext+yyleng);
|
||||
|
Loading…
Reference in New Issue
Block a user