summaryrefslogtreecommitdiff
path: root/diff1.awk
diff options
context:
space:
mode:
Diffstat (limited to 'diff1.awk')
-rw-r--r--diff1.awk1
1 files changed, 0 insertions, 1 deletions
diff --git a/diff1.awk b/diff1.awk
index 15c04fb..db7d2bc 100644
--- a/diff1.awk
+++ b/diff1.awk
@@ -4,7 +4,6 @@
# numerical diff along columns
BEGIN {
- OFMT = "%.18g"
sign = "[+-]?"
decimal = "[0-9]+[.]?[0-9]*"
fraction = "[.][0-9]*"