Subversion Repositories planix.SVN

Rev

Rev 118 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 118 Rev 121
Line 244... Line 244...
244
	register bool fried = 0;
244
	register bool fried = 0;
245
#endif
245
#endif
246
	register int cnt = addr - dot;
246
	register int cnt = addr - dot;
247
	register int i = vcline + cnt;
247
	register int i = vcline + cnt;
248
	short oldhold = hold;
248
	short oldhold = hold;
-
 
249
 
-
 
250
#ifdef ADEBUG
-
 
251
	if (trace)
-
 
252
		tfixnl(), fprintf(trace, "vshow(%d)\n", 123), tvliny();
-
 
253
#endif
249
 
254
 
250
	if (state != HARDOPEN && state != ONEOPEN && i >= 0 && i < vcnt) {
255
	if (state != HARDOPEN && state != ONEOPEN && i >= 0 && i < vcnt) {
251
		dot = addr;
256
		dot = addr;
252
		getDOT();
257
		getDOT();
253
		vcline = i;
258
		vcline = i;