From a76ba1b33e397638c4209dd77e6073e423ac07a8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 22 Apr 2019 02:34:30 +0200 Subject: Start on bytecode. Commit before os switch --- include/ast.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/ast.h') diff --git a/include/ast.h b/include/ast.h index d37fcb3..c010538 100644 --- a/include/ast.h +++ b/include/ast.h @@ -17,7 +17,6 @@ #define AST_ERR -1 #define AST_ERR_DEF_DUP -20 -typedef struct FunctionDecl FunctionDecl; typedef struct FunctionCall FunctionCall; typedef struct StructDecl StructDecl; typedef struct StructField StructField; -- cgit v1.2.3