Should compare LIBRARY markers

This commit is contained in:
disinvite 2023-12-27 15:50:55 -05:00
parent 6a7af6fde2
commit 90b58a983c

View File

@ -38,8 +38,7 @@ class ParserFunction(ParserSymbol):
lookup_by_name: bool = False
def should_skip(self) -> bool:
"""Temporary helper function because reccmp expects this to be here"""
return self.type in (MarkerType.STUB, MarkerType.LIBRARY)
return self.type == MarkerType.STUB
def is_nameref(self) -> bool:
return (