Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9721 → Rev 9722

/programs/develop/cmm/tokc.cpp
9811,6 → 9811,11
}
else{
itok.flag=f_extern;
// { Added by Coldy
// extern is dynamical variable
// This also suppress warning if variable is unused
dynamic_flag = TRUE;
// }
switch(tok){
case tk_far:
case tk_cdecl: