aboutsummaryrefslogtreecommitdiff
path: root/test/test-vec.cpp
diff options
context:
space:
mode:
authorcomex2015-08-07 17:14:23 -0400
committercomex2015-08-07 17:14:23 -0400
commiteba07b47cdf64a1009b77d899f1435cc501e9eaa (patch)
tree3e2d560536aa19b07f66fd478b956217f6c5b0e0 /test/test-vec.cpp
parentadd the missing ability to specify --disable-x and --without-x ;p (diff)
downloadsubstitute-eba07b47cdf64a1009b77d899f1435cc501e9eaa.tar.gz
fix vec.h bug
Diffstat (limited to '')
-rw-r--r--test/test-vec.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-vec.cpp b/test/test-vec.cpp
index f587c1b..9bb3daa 100644
--- a/test/test-vec.cpp
+++ b/test/test-vec.cpp
@@ -1,6 +1,7 @@
#include "cbit/vec.h"
#include <stdio.h>
DECL_VEC(const char *, ccp);
+DECL_VEC(int, int);
int main() {
VEC_STORAGE(ccp) stor;