Architecture string can contain '.' now.
This commit is contained in:
parent
14278fdf0a
commit
a6b24f85df
@ -1217,7 +1217,6 @@ def variant(self):
|
|||||||
|
|
||||||
def architecture(self):
|
def architecture(self):
|
||||||
self.expect(ID)
|
self.expect(ID)
|
||||||
self.check_identifier()
|
|
||||||
return self.token.value
|
return self.token.value
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user