From: Luke Kenneth Casson Leighton Date: Wed, 8 Nov 2023 20:17:54 +0000 (+0000) Subject: more crap removed X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9d2e36493632a179e08f5eb3569b1f9f05d05d1;p=openpower-isa.git more crap removed --- diff --git a/maxloc/maxloc.c b/maxloc/maxloc.c index 484eb830..6becf3ef 100644 --- a/maxloc/maxloc.c +++ b/maxloc/maxloc.c @@ -1,11 +1,11 @@ #include -#include -int m2(int * const restrict a, int n) + +int m2(int *a, int n) { int m, nm; int i; - m = INT_MIN; + m = 0; nm = -1; i=0; while (i