diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-04-09 14:21:56 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-04-09 14:21:56 -0400 |
commit | 1e0f18e9086b825d6fc941bf37306ae2823f0341 (patch) | |
tree | 71b5ebe09b04fa44465fd98a559a6a3541acd8c9 /all.h | |
parent | 081360df6a06979852de977a4d4e56f3c4481a81 (diff) | |
download | roux-1e0f18e9086b825d6fc941bf37306ae2823f0341.tar.gz |
add a proper block deletion routine
Diffstat (limited to 'all.h')
-rw-r--r-- | all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/all.h b/all.h index 0629e1c..c9b52b0 100644 --- a/all.h +++ b/all.h @@ -481,6 +481,7 @@ void *emalloc(size_t); void *alloc(size_t); void freeall(void); Blk *blknew(void); +void blkdel(Blk *); void emit(int, int, Ref, Ref, Ref); void emiti(Ins); void idup(Ins **, Ins *, ulong); |