diff options
| author | grischka <grischka> | 2017-12-03 20:43:48 +0100 |
|---|---|---|
| committer | Michael Matz <matz@suse.de> | 2017-12-05 02:06:26 +0100 |
| commit | 3ae1a2af1c10f9b64631d8e18d948498e14b283d (patch) | |
| tree | a2a98df20537e7e332a565dd2194381751ead89c /tcc.h | |
| parent | 877e164d6ade4167f9d7f6994ece8e06b5d67060 (diff) | |
| download | tinycc-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ }; |
