aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys.h b/toys.h
index 688d5585..6aa7d479 100644
--- a/toys.h
+++ b/toys.h
@@ -142,5 +142,5 @@ extern char toybuf[4096], libbuf[4096];
extern char **environ;
#define GLOBALS(...)
-
#define ARRAY_LEN(array) (sizeof(array)/sizeof(*array))
+#define TAGGED_ARRAY(X, ...) {__VA_ARGS__}