For instance, in the generated code, we have: ```c const VariableInfo ALGEBRAIC_INFO[] = { ... }; ``` while we should have: ```c const VariableInfo ALGEBRAIC_VARIABLE_INFO[] = { ... }; ``` Note: there may be other instances like this.