Skip to content

Commit

Permalink
Update cparser_header.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pelijah authored Apr 16, 2024
1 parent 4d92885 commit 6d9dc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cparser_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __init__(self, name: str):

# Parse ht_inc.h if importing SDB hashtable header
self.extra_filename = None
if name_segments[-1] in ["ht_pp.h", "ht_pu.h", "ht_up.h", "ht_uu.h"]:
if name_segments[-1] in ["ht_pp.h", "ht_pu.h", "ht_up.h", "ht_uu.h", "ht_sp.h", "ht_ss.h", "ht_su.h"]:
self.extra_filename = "ht_inc.h"

def translation_unit(self) -> TranslationUnit:
Expand Down

0 comments on commit 6d9dc9d

Please sign in to comment.