commit b82f7284d496438fd63cff37719ff25d9f9dbd61
parent 1537ee3c105f0ba568d4a3b40adf4021da40b7c9
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Sun, 4 Oct 2015 22:00:51 +0200
Merge remote-tracking branch 'suckless/master'
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/cc1/expr.c b/cc1/expr.c
@@ -566,8 +566,6 @@ arguments(Node *np)
arg = convert(arg, doubletype, 1);
break;
}
- if (arg->type->op == INT)
- arg = promote(arg);
par = node(OPAR, arg->type, par, arg);
continue;
}