diff options
Diffstat (limited to 'src/misc/types.c')
| -rw-r--r-- | src/misc/types.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc/types.c b/src/misc/types.c index 63d5401..ab1c229 100644 --- a/src/misc/types.c +++ b/src/misc/types.c @@ -6,4 +6,6 @@ GENERATOR(gen_skip) { return 1; } +CHECK(check_skip) { return 1; } + UNROLL(unroll_skip) { return -1; } |
