From 34e1cf83047b4faebfa18a403c7756fccc42f5bd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 24 Feb 1996 18:25:29 +0000 Subject: (cmpf): Indent macro uses so ansi2knr doesn't mistake them for function dcls and munge them. (arithf): Likewise. (arithdivf): Likewise. --- src/expr.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/expr.c') diff --git a/src/expr.c b/src/expr.c index c984279bc..f31ce0082 100644 --- a/src/expr.c +++ b/src/expr.c @@ -346,12 +346,12 @@ int name (l, r) VALUE *l; VALUE *r; \ else \ return l->u.i rel r->u.i; \ } -cmpf (less_than, <) -cmpf (less_equal, <=) -cmpf (equal, ==) -cmpf (not_equal, !=) -cmpf (greater_equal, >=) -cmpf (greater_than, >) + cmpf (less_than, <) + cmpf (less_equal, <=) + cmpf (equal, ==) + cmpf (not_equal, !=) + cmpf (greater_equal, >=) + cmpf (greater_than, >) #undef cmpf @@ -376,11 +376,11 @@ int name (l, r) VALUE *l; VALUE *r; \ return l->u.i op r->u.i; \ } -arithf (plus, +) -arithf (minus, -) -arithf (multiply, *) -arithdivf (divide, /) -arithdivf (mod, %) + arithf (plus, +) + arithf (minus, -) + arithf (multiply, *) + arithdivf (divide, /) + arithdivf (mod, %) #undef arithf #undef arithdivf -- cgit v1.2.3-54-g00ecf