summaryrefslogtreecommitdiff
path: root/obf.ed
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-04-25 19:17:37 +0100
committerKatolaZ <katolaz@freaknet.org>2018-04-25 19:17:37 +0100
commitf6d4aa13577c2f7d8c18458123f83ea6de9712d7 (patch)
treedaff87b1340b3aeb1eb82bb062e686b62f922a8e /obf.ed
parentd46fc59c8713fdc2805ed613132f5cfabbcca1c2 (diff)
Minor changes
Diffstat (limited to 'obf.ed')
-rw-r--r--obf.ed6
1 files changed, 4 insertions, 2 deletions
diff --git a/obf.ed b/obf.ed
index 1d964a6..937b3f2 100644
--- a/obf.ed
+++ b/obf.ed
@@ -7,7 +7,7 @@ H
1,$s/prev/p/g
1,$s/first/f/g
1,$s/last/ll/g
-1,$s/move_to_line/mtl/g
+1,$s/move_to_line/ml/g
1,$s/skip_blank/sb/g
1,$s/get_addr/ga/g
1,$s/main_loop/mp/g
@@ -16,7 +16,7 @@ H
1,$s/read_lines/rl/g
1,$s/insert_lines/il/g
1,$s/print_lines/pl/g
-1,$s/print_cur_line/pcl/g
+1,$s/print_cur_line/pc/g
1,$s/print_lineno/pn/g
1,$s/search_pos/sp/g
1,$s/get_lines/gl/g
@@ -24,6 +24,8 @@ H
1,$s/pos/p/g
1,$s/cur/c/g
1,$s/fprintf.*//g
+1,$s/printf/P/g
+1,$s/num_alloc/na/g
1,$s/ -> /->/g
1,$s/; */;/g
1,$s/ = /=/g