Skip to content

Commit

Permalink
Added line in SED script to add 'export' for all symbols ending in ':`
Browse files Browse the repository at this point in the history
  • Loading branch information
Boisy Pitre committed Aug 4, 2024
1 parent 1c3b7d4 commit 94436ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Libs/KLibc/rma2lw.sed
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/^[^ ]*:/ { h; s/:.*/: export/; H; g; }
# translate name: into name EXPORT followed by name
#s/^\([a-zA-Z_][a-zA-Z0-9$_]\+\):/\1 EXPORT\n\1/
s/^\([a-zA-Z_][a-zA-Z0-9$_]\+\):/_\1 EXPORT\n\1 EXPORT\n_\1\n\1/
Expand Down

0 comments on commit 94436ad

Please sign in to comment.