Make naming a bit more foolproof for new macro

This commit is contained in:
Thilo Schulz 2011-07-07 16:21:06 +00:00
parent 7666c2f54c
commit 0ed9c43453

View file

@ -206,7 +206,7 @@ typedef int clipHandle_t;
#define MIN_QINT (-MAX_QINT-1)
#define ARRAY_LEN(x) (sizeof(x) / sizeof(*(x)))
#define STR_LEN(x) (ARRAY_LEN(x) - 1)
#define STRARRAY_LEN(x) (ARRAY_LEN(x) - 1)
// angle indexes
#define PITCH 0 // up / down