[hackers] [scc] [cc1] Fix boundary parameter in dodcl || Quentin Rameau
commit 11e057e823f48206c7e3115af2989d918c9e3025
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Thu Mar 9 15:25:06 2017 +0100
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Fri Mar 17 08:47:02 2017 +0100
[cc1] Fix boundary parameter in dodcl
diff --git a/cc1/decl.c b/cc1/decl.c
index a7973cf..b4dccde 100644
--- a/cc1/decl.c
+++ b/cc1/decl.c
_AT_@ -908,7 +908,7 @@ field(struct decl *dcl)
static Symbol *
dodcl(int rep, Symbol *(*fun)(struct decl *), unsigned ns, Type *parent)
{
- Symbol *sym, *pars[NR_FUNARG+1];
+ Symbol *sym, *pars[NR_FUNPARAM+1];
Type *base;
struct decl dcl;
struct declarators stack;
Received on Fri Mar 17 2017 - 08:50:00 CET
This archive was generated by hypermail 2.3.0
: Fri Mar 17 2017 - 09:00:36 CET