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=a6e3a574d0eb5b109a9f186e8c5168927dc7f1af;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