Change to static const

This commit is contained in:
Joey Yakimowich-Payne 2020-05-12 16:32:44 -06:00 committed by genotrance
commit 1df2943cf8

View file

@ -50,7 +50,7 @@ extern "C" {
#define ALLSHL (SHL1 | SHL2 | SHL3)
// const not supported yet
const int SOME_CONST = 8;
static const int SOME_CONST = 8;
struct some_struct_s
{