aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorgrischka <grischka>2017-12-03 20:43:48 +0100
committerMichael Matz <matz@suse.de>2017-12-05 02:06:26 +0100
commit3ae1a2af1c10f9b64631d8e18d948498e14b283d (patch)
treea2a98df20537e7e332a565dd2194381751ead89c /tcc.h
parent877e164d6ade4167f9d7f6994ece8e06b5d67060 (diff)
downloadtinycc-3ae1a2af1c10f9b64631d8e18d948498e14b283d.tar.gz
tinycc-3ae1a2af1c10f9b64631d8e18d948498e14b283d.tar.bz2
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.
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 0 insertions, 1 deletions
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 */
};