identaAaAtion
--HG-- branch : faluco extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/faluco%4017
This commit is contained in:
parent
2a032b6bf7
commit
7cd5c96087
@ -1976,7 +1976,7 @@ static int declloc(int fstatic)
|
|||||||
check_userop(NULL,ctag,lval.tag,2,NULL,&ctag);
|
check_userop(NULL,ctag,lval.tag,2,NULL,&ctag);
|
||||||
store(&lval);
|
store(&lval);
|
||||||
markexpr(sEXPR,NULL,0); /* full expression ends after the store */
|
markexpr(sEXPR,NULL,0); /* full expression ends after the store */
|
||||||
}
|
}
|
||||||
assert(staging); /* end staging phase (optimize expression) */
|
assert(staging); /* end staging phase (optimize expression) */
|
||||||
stgout(staging_start);
|
stgout(staging_start);
|
||||||
stgset(FALSE);
|
stgset(FALSE);
|
||||||
@ -2253,7 +2253,7 @@ static cell initvector(int ident,int tag,cell size,int fillzero,
|
|||||||
constvalue *enumroot,int *errorfound)
|
constvalue *enumroot,int *errorfound)
|
||||||
{
|
{
|
||||||
cell prev1=0,prev2=0;
|
cell prev1=0,prev2=0;
|
||||||
int ellips=FALSE, hadtoken=0;
|
int ellips=FALSE,hadtoken=0;
|
||||||
int curlit=litidx;
|
int curlit=litidx;
|
||||||
int rtag,ctag;
|
int rtag,ctag;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user