Trailing-Edge
-
PDP-10 Archives
-
bb-kl11f-bm_tops20_v7_0_atpch1_19
-
autopatch/sta0.c17
There are 10 other files named sta0.c17 in the archive.  Click here to see a list.
 REP 24/1	;17C1
	GLOBAL BIND STA0V = #11^24 + 0^18 + #4553;	! Version Date: 15-Oct-86
 WIT
	GLOBAL BIND STA0V = #11^24 + 0^18 + #4571;	! Version Date: 29-Jul-87
 INS 403/1	;17C2
	***** End V11 Development *****
	4571	DCE	29-Jul-87
		When attempting to CREF a substring assignment statement of a
		dimensioned character variable, be sure to get the variable name
		before attempting to CREF.  Move past the ARRAYREF node.
		Avert the internal compiler error - illegal memory reference.
	***** End Revision History *****
 INS 40/4	;17C3
	%4571%	IF .VAR[OPRCLS] EQL ARRAYREF THEN VAR = .VAR[ARG1PTR]; ! Get variable
 SUM 171953