mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
Should compare LIBRARY markers
This commit is contained in:
parent
6a7af6fde2
commit
90b58a983c
@ -38,8 +38,7 @@ class ParserFunction(ParserSymbol):
|
|||||||
lookup_by_name: bool = False
|
lookup_by_name: bool = False
|
||||||
|
|
||||||
def should_skip(self) -> bool:
|
def should_skip(self) -> bool:
|
||||||
"""Temporary helper function because reccmp expects this to be here"""
|
return self.type == MarkerType.STUB
|
||||||
return self.type in (MarkerType.STUB, MarkerType.LIBRARY)
|
|
||||||
|
|
||||||
def is_nameref(self) -> bool:
|
def is_nameref(self) -> bool:
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user