Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit ee7958c

Browse files
committed
misc/c2go.sed: update
1 parent c6b9d3c commit ee7958c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

misc/c2go.sed

+6
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ s,NULL,nil,g
4141
s, *\; *}, },g
4242

4343
s,strlen(,len(,g
44+
45+
s/mk_element/p.mkElem/
46+
s/mk_str_from_list/p.mkStringFromList/
47+
s/mk_str/p.mkString/g
48+
s/mk_list/p.mkList/
49+
s/mk_link/p.mkLink/

0 commit comments

Comments
 (0)