summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorshmuz <shmuz>2006-11-26 15:41:08 +0000
committershmuz <shmuz>2006-11-26 15:41:08 +0000
commitf1ae7cb5b0a96c731fa0a52b2558af68915656f4 (patch)
treebab0985ce7a909d87c51a47ffacbcadbe7bb2217 /src/common.h
parent91dc59d82aed3e31481470059417e12a734333cb (diff)
downloadlrexlib-f1ae7cb5b0a96c731fa0a52b2558af68915656f4.tar.gz
macro DIM removed
Diffstat (limited to 'src/common.h')
-rwxr-xr-xsrc/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common.h b/src/common.h
index 99001d5..afecd59 100755
--- a/src/common.h
+++ b/src/common.h
@@ -12,9 +12,6 @@
# define REX_API LUALIB_API
#endif
-/* helper macro */
-#define DIM(array) (sizeof (array) / sizeof (array[0]))
-
/* Common structs and functions */
typedef struct { const char* key; int val; } flag_pair;