Google
 

Trailing-Edge - PDP-10 Archives - bb-y390o-bm_tops20_v41_atpch_20 - autopatch/lexcla.c19
There are 9 other files named lexcla.c19 in the archive. Click here to see a list.
 REP 25/1	;19C1
	GLOBAL BIND LEXCLV = #11^24 + 0^18 + #4573;	! Version Date:	7-Oct-87
 WIT
	GLOBAL BIND LEXCLV = #11^24 + 0^18 + #4602;	! Version Date:	13-Jan-88
 INS 394/1	;19C2
	4602	DCE	13-Jan-88
		As part of handling long sequences of comment lines, treat both
		LASTCODELINE and LINLLAST correctly.  Do not set LINLLAST again.
		The new code in LEXICA (the rest of this edit) depends upon this.

 REP 668/21	;19C3
	%2500%	WHILE .LINLCURR LEQ .CLASLCUR
 WIT
	%4602%	WHILE .LINLCURR LEQ .LINLLAST
 REP 675/21	;19C4
	%2500%	LINLLAST = LINLCURR = .CLASLCUR;	! End of linked list
 WIT
	%4602%	LINLCURR = .CLASLCUR;	! End of linked list
 SUM 22916