From 4d8283e14b0365038b01df4fab5dee75035007ed Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 25 Aug 2019 11:18:13 +0200 Subject: Remove number of branches in executor --- include/defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/defs.h') diff --git a/include/defs.h b/include/defs.h index c8db820..669d9c9 100644 --- a/include/defs.h +++ b/include/defs.h @@ -7,5 +7,6 @@ typedef struct Scope Scope; typedef struct FileScopeReference FileScopeReference; typedef struct FunctionDecl FunctionDecl; typedef struct FunctionSignature FunctionSignature; +typedef struct Tokenizer Tokenizer; #endif -- cgit v1.2.3