[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: unsigned MAX macro
- From: Bob <sysinit@...>
- Date: Mon, 13 May 2019 23:05:41 +0200
since we were at it:
it seems that a MAX macro for LUA_UNSIGNED is not #defined in luaconf.h
so that i had to use ULLONG_MAX from <limits.h> directly instead.