Text preview for : Error.mesa_Sep78.pdf part of xerox Error.mesa_Sep78 xerox mesa 4.0_1978 listing Mesa_4_Compiler Error.mesa_Sep78.pdf



Back to : Error.mesa_Sep78.pdf | Home

Error.mesa 2-Sep-78 12:69:69 Page 1


-- file Error.Mesa
-- last modified by Satterthwaite, May 16, 1978 1:23 PM
DIRECTORY
ComData: FROM "comdata"
USING [
bodyIndex, nErrors, nWarnings. sourceStream, textIndex, warnings],
CompilerDefs: FROM "compilerdefs" USING [CloseStringTable, OpenStringTable],
ErrorDefs: FROM "errordefs" USING [ErrorCode],
ErrorTabDefs: FROM "errortabdefs" USING [CSRptr],
IODefs: FROM "iodefs"
USING [ControlZ, CR, WriteChar, WritsDecimal. WriteNumber. WriteString],
LitDsfs: FROM "litdefs" USING [LiteralValue, StringLiteralValue],
StreamDefs: FROM "streamdefs"
USING [
StreamIndex,
CloseDiskStream, ModifyIndex, NormalizeIndex, OpenDiskStream, SetIndex,
StreamError],
StringDefs: FROM "stringdefs" USING [SubString, SubStringDescriptor],
SymDefs: FROM "symdefs"
USING [setype. bodytype,
HTIndex. ISEIndex. HTNull. SENull. BTNull],
SymTabDefs: FROM "symtabdefs" USING [SubStringForHash],
TableDefs: FROM "tabledefs" USING [TableBase. TableBounds],
TreeDefs: FROM "treedefs"
USING [treetype,
NodeName, TreeLink, TreeIndex. TreeScan, empty. scanlist];
Error: PROGRAM
IMPORTS
CompilerDefs. IODefs, LitDefs, StreamDefs,
SymTabDefs, TableDefs. TreeDefs,
dataPtr: ComData
EXPORTS ErrorDefs