.LIST .SBTTL Definitions for this implementation of GKS ;************************************************************************ ;* Definitions for this implementation of GKS * ;************************************************************************ INTSIZ = 2 ; Number of bytes in an integer. FLTSIZ = 4 ; Number of bytes in a real. NTSIZE = INTSIZ + <8.*FLTSIZ> ; Number of bytes in a normalization ; transformation (N.T.). NTTBSZ = 5.*NTSIZE ; Size of the normalization transform tables. SOWSZ = 9.*INTSIZ ; Size of the list of open Work Stations. SAWSZ = 9.*INTSIZ ; Size of the list of active Work Stations. G$DEFS = 1 ; Indicate this module included. .NLIST