[voltLib] Add process_marks to LookupDefinition

This commit is contained in:
moyogo 2015-12-05 18:59:05 +00:00
parent fd3ffed261
commit ed598b3cf6

View File

@ -50,6 +50,7 @@ class LookupDefinition(ast.Statement):
self.name = name
self.base = base
self.marks = marks
self.process_marks = process_marks
self.all = all_flag
self.direction = direction
self.comments = comments