forked from aniani/vim
patch 8.2.2922: computing array length is done in various ways
Problem: Computing array length is done in various ways. Solution: Use ARRAY_LENGTH everywhere. (Ken Takata, closes #8305)
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
# define PhImage_t int
|
||||
#endif
|
||||
|
||||
#define ARRAY_LENGTH(a) (sizeof(a) / sizeof(a[0]))
|
||||
#define RGB(r, g, b) PgRGB(r, g, b)
|
||||
|
||||
#define EVENT_BUFFER_SIZE sizeof(PhEvent_t) + 1000
|
||||
|
Reference in New Issue
Block a user