Change to static const
This commit is contained in:
parent
32c9843548
commit
1df2943cf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue