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=021b759e31858b9e30845c298589a8193f48c289;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