aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
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 */
};