Skip to content

Commit 94436ad

Browse files
author
Boisy Pitre
committed
Added line in SED script to add 'export' for all symbols ending in ':`
1 parent 1c3b7d4 commit 94436ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Libs/KLibc/rma2lw.sed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/^[^ ]*:/ { h; s/:.*/: export/; H; g; }
12
# translate name: into name EXPORT followed by name
23
#s/^\([a-zA-Z_][a-zA-Z0-9$_]\+\):/\1 EXPORT\n\1/
34
s/^\([a-zA-Z_][a-zA-Z0-9$_]\+\):/_\1 EXPORT\n\1 EXPORT\n_\1\n\1/

0 commit comments

Comments
 (0)