forked from cory/tildefriends
cleanup: Consolidate countof macros.
This commit is contained in:
@ -20,8 +20,6 @@
|
||||
#include <execinfo.h>
|
||||
#endif
|
||||
|
||||
#define tf_countof(a) ((int)(sizeof((a)) / sizeof(*(a))))
|
||||
|
||||
static JSValue _util_utf8_encode(JSContext* context, JSValueConst this_val, int argc, JSValueConst* argv)
|
||||
{
|
||||
size_t length = 0;
|
||||
|
Reference in New Issue
Block a user