aboutsummaryrefslogtreecommitdiff
path: root/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc.h')
-rw-r--r--cc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc.h b/cc.h
index 5e244f0..fffee6f 100644
--- a/cc.h
+++ b/cc.h
@@ -215,7 +215,7 @@ struct type {
enum typequal ptrqual;
} array;
struct {
- bool isprototype, isvararg, isnoreturn, paraminfo;
+ bool isvararg, isnoreturn;
struct decl *params;
size_t nparam;
} func;