aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--teco.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/teco.h b/teco.h
index cb2df2e..87af8b8 100644
--- a/teco.h
+++ b/teco.h
@@ -35,7 +35,9 @@
#define SUCCESS 1
#define NULL 0
-#define CREATE_OLD_FILES
+#if 0
+#define CREATE_OLD_FILES /**< Create \c .OLD backup files */
+#endif
#define BLOCKED 2
#define INVALIDATE 3