Files
mercury/bytecode
Bert Thompson 0c8e9e6187 Added #includes for the headers that these headers depend upon.
Estimated hours taken: 0.1

bytecode/disasm.h:
bytecode/mem.h:
bytecode/util.h:
	Added #includes for the headers that these headers depend upon.
	I'm still not convinced of the wisdom of having #includes inside
	headers. Tracking down the location of a declaration by using
	preprocessed source files is bad enough when nested  #include
	is forbidden.
1997-05-28 09:32:14 +00:00
..
1997-04-26 03:16:18 +00:00
1997-05-07 12:12:29 +00:00
1997-05-07 12:12:29 +00:00
1997-05-07 12:12:29 +00:00
1997-05-07 12:12:29 +00:00

This directory holds the source code for the Mercury bytecode
utilities. `mdis' is the Mercury bytecode disassembler.
`mbi' is the Mercury bytecode interpreter.
`libmbi' is the same thing, minus main().

All exported symbols defined in modules in this directory should be prefixed
with `MB_', for "Mercury Bytecode", to avoid clashes with names defined in
other packages.