From 8499010b91a2c7496d6af74cce35a6b4e0378633 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 20 May 2023 14:13:45 +0200 Subject: 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 --- inc/parse.h | 1 - 1 file changed, 1 deletion(-) (limited to 'inc/parse.h') 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 -- cgit v1.2.3