identaAaAtion

--HG--
branch : faluco
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/faluco%4017
This commit is contained in:
Borja Ferrer 2006-07-15 01:36:48 +00:00
parent 2a032b6bf7
commit 7cd5c96087

View File

@ -1976,7 +1976,7 @@ static int declloc(int fstatic)
check_userop(NULL,ctag,lval.tag,2,NULL,&ctag);
store(&lval);
markexpr(sEXPR,NULL,0); /* full expression ends after the store */
}
}
assert(staging); /* end staging phase (optimize expression) */
stgout(staging_start);
stgset(FALSE);
@ -2253,7 +2253,7 @@ static cell initvector(int ident,int tag,cell size,int fillzero,
constvalue *enumroot,int *errorfound)
{
cell prev1=0,prev2=0;
int ellips=FALSE, hadtoken=0;
int ellips=FALSE,hadtoken=0;
int curlit=litidx;
int rtag,ctag;