diff options
Diffstat (limited to 'cc.h')
-rw-r--r-- | cc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |