Trailing-Edge
-
PDP-10 Archives
-
bb-bt99g-bb
-
arrxpn.c13
There is 1 other file named arrxpn.c13 in the archive. Click here to see a list.
REP 19/1 ;13C1
!AUTHOR: S. MURPHY/NEA/SJW/TFV/CKS/AHM/AlB
WIT
!AUTHOR: S. MURPHY/NEA/SJW/TFV/CKS/AHM/AlB/CDM
REP 26/1 ;13C2
GLOBAL BIND ARRXPV = #10^24 + 0^18 + #2463; ! Version Date: 8-Oct-84
WIT
GLOBAL BIND ARRXPV = #10^24 + 0^18 + #2561; ! Version Date: 19-Nov-85
INS 118/1 ;13C3
2561 CDM 19-NOV-85
When using IMPLICIT NONE with /DEBUG:BOUNDS or /DEBUG:ALL, PROAR.
and PROSB. get warnings for not being explicitly defined. We are
now making sure that the compiler knows they are library functions
and not user symbols.
INS 56/3 ;13C4
%2561% PROARSYM[IDLIBFNFLG] = 1; ! PROAR. is a library function.
INS 44/7 ;13C5
%2561% PROSBSYM[IDLIBFNFLG] = 1; ! PROSB. is a library function.
SUM 146710