bifcl: Some other minor cleanup

This commit is contained in:
Tim Wojtulewicz 2025-05-21 10:05:10 -07:00
parent 23a5e46b8e
commit 867d91b535
4 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@
#include <string>
static const char* GLOBAL_MODULE_NAME = "GLOBAL";
static constexpr const char* GLOBAL_MODULE_NAME = "GLOBAL";
extern std::string extract_module_name(const char* name);
extern std::string extract_var_name(const char* name);