diff options
author | comex | 2015-01-12 00:29:50 -0500 |
---|---|---|
committer | comex | 2015-01-12 00:29:50 -0500 |
commit | cf582afba779e325663a2b24e34f7ec4135adfd9 (patch) | |
tree | 8c4d17c2246905e80a7673192a9d11ec862ca702 /test/test-td-simple.c | |
parent | improve test (diff) | |
download | substitute-cf582afba779e325663a2b24e34f7ec4135adfd9.tar.gz |
minor improvements
Diffstat (limited to 'test/test-td-simple.c')
-rw-r--r-- | test/test-td-simple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-td-simple.c b/test/test-td-simple.c index 00bf179..c69483e 100644 --- a/test/test-td-simple.c +++ b/test/test-td-simple.c @@ -1,6 +1,7 @@ #include <stdint.h> #include <stdlib.h> #include <stdio.h> +#define IF_BOTHER_WITH_MODIFY(...) __VA_ARGS__ #include "dis.h" typedef struct { bool modify; } tdis_ret; |