summaryrefslogtreecommitdiff
path: root/xf
diff options
context:
space:
mode:
Diffstat (limited to 'xf')
-rwxr-xr-xxf2
1 files changed, 1 insertions, 1 deletions
diff --git a/xf b/xf
index 14cefda8c0..dc9d27341f 100755
--- a/xf
+++ b/xf
@@ -211,7 +211,7 @@ while (<>) {
s/\bSTAB_/GV_/g && study;
s/\bSF_/GVf_/g && study;
s/\bSPAT_/PMf_/g && study;
- s/\bF_/FFt_/g && study;
+ #s/\bF_/FFt_/g && study;
s/\bFC_/FFf_/g && study;
s/\bO_/OP_/g && study;
s/\bC_/COP_/g && study;