Google
 

Trailing-Edge - PDP-10 Archives - decuslib20-07 - decus/20-0172/symcod.req
There is 1 other file named symcod.req in the archive. Click here to see a list.
!
!
!
!	SYMCOD.BLI -
!
!	This file contains the declarations necessary for
!	accessing and building the SYMPROP table, a table
!	of symbol properties.
!
!
!

FIELD
    sym =
	SET
	sym_close_br = [0, %BPVAL/2, 1, 0],
	sym_type = [0, 0, %BPVAL/2, 0]
	TES;

LITERAL
    open_bracket = 1,
    alloc_unit = 2;

MACRO
    sym_table =
        BLOCKVECTOR [max_sym, 1] FIELD (sym) %;

!
!
!	... End of file 'SYMCOD.REQ' ...