summaryrefslogtreecommitdiffstats
path: root/usr.bin/awk/run.c.diff
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/awk/run.c.diff')
-rw-r--r--usr.bin/awk/run.c.diff9
1 files changed, 3 insertions, 6 deletions
diff --git a/usr.bin/awk/run.c.diff b/usr.bin/awk/run.c.diff
index d491250..c0924ea 100644
--- a/usr.bin/awk/run.c.diff
+++ b/usr.bin/awk/run.c.diff
@@ -2,12 +2,9 @@ $FreeBSD$
Index: run.c
===================================================================
-RCS file: /home/ncvs/src/contrib/one-true-awk/run.c,v
-retrieving revision 1.1.1.8
-diff -u -p -r1.1.1.8 run.c
---- run.c 16 May 2005 19:11:35 -0000 1.1.1.8
-+++ run.c 16 May 2005 19:12:47 -0000
-@@ -651,7 +651,7 @@ Cell *relop(Node **a, int n) /* a[0 < a[
+--- run.c (revision 201951)
++++ run.c (working copy)
+@@ -653,7 +653,7 @@ Cell *relop(Node **a, int n) /* a[0 < a[1], etc. *
j = x->fval - y->fval;
i = j<0? -1: (j>0? 1: 0);
} else {
OpenPOWER on IntegriCloud