m-schmoock / lcpp

A Lua C PreProcessor
130 stars 21 forks source link

Avoid global variable #16

Closed GeorgOstrovski closed 9 years ago

GeorgOstrovski commented 9 years ago

The global ' _ ' used here is not necessary and generates warnings when using e.g. the package https://github.com/deepmind/strict to check for unintended globals.

umegaya commented 9 years ago

hi, thank you for reporting this!