shsajjadi / OctaveCoder

Octave Coder __ A code generator and build system that converts Octave to C++
Other
27 stars 3 forks source link

Compilation error in presence of global variables in dynamic mode #4

Closed shsajjadi closed 3 years ago

shsajjadi commented 3 years ago

There is a compilation error in presence of global variables when compiling in the "dynamic" mode. In the "single" mode it completes without error.

shsajjadi commented 3 years ago

This commit fixes the issue