
Mon Nov 1 05:48:41 PST 1999 malcolm * ---------------------------------------------------------------------- Modified Files: Makefile configure docs/status.html src/compiler98/EmitState.hs (bugfix: The assembler on hp-ux machines makes a distinction between extern void * label(); and extern unsigned label[]; which is irrelevant with gcc-based assemblers. Fixed bytecode generation to generate different style label decls where required.) Modified Files: src/runtime/Makefile src/runtime/Builtin/Makefile src/runtime/Integer/Makefile src/runtime/Kernel/Makefile src/runtime/Mk/Makefile (bugfix: Symbolic links in runtime dirs were absolute, so new Makefiles remove them before building a source package.) ---------------------------------------------------------------------- M ./src/compiler98/EmitState.hs -2 +8