lubyk / dub

A Lua bindings generator that uses Doxygen to parse C/C++ headers.
doc.lubyk.org/dub.html
Other
82 stars 34 forks source link

Variables with the name L. #12

Closed ComputerNerd closed 9 years ago

ComputerNerd commented 9 years ago

In the FLTK library some functions have a parameter with the variable name L. This is problematic because L is already used in the automatically generated code. This can easily be solved via means of suffixing for example add the word Lua to the end of the variable name.