From e396cb7b297b52a7b47d8a7e6d2edb2394037099 Mon Sep 17 00:00:00 2001 From: Kaveh Ghazi Date: Sat, 30 Dec 2000 18:16:16 +0000 Subject: [PATCH] Oops, fix style nit. From-SVN: r38567 --- gcc/builtins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/builtins.c b/gcc/builtins.c index 15f4bcb..7cc917a 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -3709,7 +3709,7 @@ validate_arglist VPARAMS ((tree arglist, ...)) /* This signifies an endlink, if no arguments remain, return true, otherwise return false. */ va_end (ap); - return (arglist == 0); + return arglist == 0; default: /* If no parameters remain or the parameter's code does not match the specified code, return false. Otherwise continue -- 2.7.4