From 3ae1a2af1c10f9b64631d8e18d948498e14b283d Mon Sep 17 00:00:00 2001 From: grischka Date: Sun, 3 Dec 2017 20:43:48 +0100 Subject: tccgen: unify type redefinition checks tccgen.c: - improved function patch_storage() and added new function patch_type() for more consistent type redefinition and instance redefinition checks. --- tcc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index 07b9286..38bbda8 100644 --- a/tcc.h +++ b/tcc.h @@ -448,7 +448,6 @@ struct FuncAttr { unsigned func_call : 3, /* calling convention (0..5), see below */ func_type : 2, /* FUNC_OLD/NEW/ELLIPSIS */ - func_body : 1, /* body was defined */ func_args : 8; /* PE __stdcall args */ }; -- cgit v1.3.1