_LA_count_check not const

This commit is contained in:
2021-11-13 19:06:05 +01:00
parent b1fea2f1c2
commit 4e08955ed5
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ extern void sigtraceback(int sig,int flags);
}
extern const bool _LA_warn_empty_copyonwrite;
extern const bool _LA_count_check;
extern bool _LA_count_check; //intentionally not const
//exception class for laerror