aboutsummaryrefslogtreecommitdiff
path: root/inc/parse.h
diff options
context:
space:
mode:
authorMarvin Borner2023-05-20 14:13:45 +0200
committerMarvin Borner2023-05-20 14:13:45 +0200
commit8499010b91a2c7496d6af74cce35a6b4e0378633 (patch)
treec57a6a6fb12f4653928662e93d4470453068e361 /inc/parse.h
parentf640ceee89836b56ac95c4eb1b0a43d1171c3354 (diff)
Added testing flag
still not able to find the 8cc bug but idc because I tested it with many programs and it probably won't be an issue for now
Diffstat (limited to 'inc/parse.h')
-rw-r--r--inc/parse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/parse.h b/inc/parse.h
index 205f204..8eba970 100644
--- a/inc/parse.h
+++ b/inc/parse.h
@@ -17,6 +17,5 @@ struct bloc_parsed {
struct term *parse_blc(const char *term);
struct bloc_parsed *parse_bloc(const void *bloc);
void free_bloc(struct bloc_parsed *bloc);
-struct term *from_bloc(struct bloc_parsed *bloc);
#endif