projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
852dde9
)
Removed unused include: bug #676
author
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Wed, 8 Nov 2023 16:37:57 +0000
(16:37 +0000)
committer
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Wed, 8 Nov 2023 16:37:57 +0000
(16:37 +0000)
maxloc/maxloc.c
patch
|
blob
|
history
diff --git
a/maxloc/maxloc.c
b/maxloc/maxloc.c
index 8d3d4a7aa9c7aa810fcc1b03a32a67429af57a42..484eb830a46e61a5a9e9db371ff4e7e2e47d62f1 100644
(file)
--- a/
maxloc/maxloc.c
+++ b/
maxloc/maxloc.c
@@
-1,6
+1,5
@@
#include<stdio.h>
#include<limits.h>
-//#include<cornio.h>
int m2(int * const restrict a, int n)
{
int m, nm;