diff options
author | comex | 2015-08-07 17:14:23 -0400 |
---|---|---|
committer | comex | 2015-08-07 17:14:23 -0400 |
commit | eba07b47cdf64a1009b77d899f1435cc501e9eaa (patch) | |
tree | 3e2d560536aa19b07f66fd478b956217f6c5b0e0 /test/test-vec.cpp | |
parent | add the missing ability to specify --disable-x and --without-x ;p (diff) | |
download | substitute-eba07b47cdf64a1009b77d899f1435cc501e9eaa.tar.gz |
fix vec.h bug
Diffstat (limited to '')
-rw-r--r-- | test/test-vec.cpp | 1 |
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; |