lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


static const char * Matrix_udata::name

I'm guessing that this is the name of the metatable for the matrix userdata. If so, it seems to me that this constant should be exported as a #define in a shared header file, not as a symbol in a shared library. Of course, my guess could be entirely wrong.

Matt