diff options
Diffstat (limited to 'include/cccl.h')
| -rw-r--r-- | include/cccl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/cccl.h b/include/cccl.h index 9e41730..50b7d64 100644 --- a/include/cccl.h +++ b/include/cccl.h @@ -21,7 +21,7 @@ typedef struct cccl_procpair typedef struct cccl_pointer { i32 value; - bool is_loop; + i32 meta; } cccl_pointer; typedef struct cccl @@ -43,6 +43,4 @@ void cccl_read(void); void cccl_run(void); void cccl_free(void); -i32 cccl_readnext(void); - #endif /* __CCCL_H__ */ |