Skip to content

Commit

Permalink
Merge branch 'feature/symbols_generator' into MIRENG-378-determine-wh…
Browse files Browse the repository at this point in the history
…ich-ap-is-should-be-made-private-public
  • Loading branch information
mattkae committed Apr 10, 2024
2 parents 0108223 + a96d18b commit e077446
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/symbols_map_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,11 @@ def main():

joint_str = "\n ".join(symbols)
output_str = f'''{version_str} {"{"}
global:
extern "C++" {"{"}
{joint_str}
{'};'}
local: *;
global:
extern "C++" {"{"}
{joint_str}
{'};'}
local: *;
{closing_line}
'''
Expand Down

0 comments on commit e077446

Please sign in to comment.