diff test/suite2/case.cc @ 604:90dfdac91b9b

- cleanups, made some arrays local to TUs, etc.
author Tassilo Philipp
date Wed, 21 Sep 2022 14:36:44 +0200
parents f5577f6bf97a
children 85b7a117b807
line wrap: on
line diff
--- a/test/suite2/case.cc	Wed Sep 21 13:26:31 2022 +0200
+++ b/test/suite2/case.cc	Wed Sep 21 14:36:44 2022 +0200
@@ -30,7 +30,7 @@
 #include "../../dyncall/dyncall_value.h"
 #include "funcinfo.h"
 
-DCValue mValue[MAXARGS];
+static DCValue mValue[MAXARGS];
 
 void clearValues() { for(int i = 0;i<MAXARGS;++i) mValue[i].L = 0xCAFEBABEDEADC0DEULL; }