Subversion Repositories Kolibri OS

Rev

Rev 9706 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9706 Rev 9722
Line 9809... Line 9809...
9809
		newdll->list=listapi;
9809
		newdll->list=listapi;
9810
		nexttok();
9810
		nexttok();
9811
	}
9811
	}
9812
	else{
9812
	else{
9813
		itok.flag=f_extern;
9813
		itok.flag=f_extern;
-
 
9814
		// { Added by Coldy 
-
 
9815
		// extern is dynamical variable
-
 
9816
		// This also suppress warning if variable is unused
-
 
9817
		dynamic_flag = TRUE;
-
 
9818
		// }
9814
		switch(tok){
9819
		switch(tok){
9815
			case tk_far:
9820
			case tk_far:
9816
			case tk_cdecl:
9821
			case tk_cdecl:
9817
			case tk_pascal:
9822
			case tk_pascal:
9818
			case tk_stdcall:
9823
			case tk_stdcall: