Remove all trace of type codes COMBINATION-2, PCOMB0, etc.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Wed, 17 Apr 2013 15:42:50 +0000 (08:42 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Wed, 17 Apr 2013 15:42:50 +0000 (08:42 -0700)
commitbaf1cd59f49938c355687ef375b2516c9fd9bf21
tree49b65827c93273850b937f1596b5c1aa99b4e4d5
parent6d3b47aaf446e817e0661ca4a32b43658ead440d
Remove all trace of type codes COMBINATION-2, PCOMB0, etc.

This finishes what 3fc580e started.  The resulting system runs but
does not build with the released version 9.1.  That version puts old
combinations in .exts that cannot be fasloaded by this new version.
As the old combination types are no longer compilable nor even
interpretable, it seems the build process loads them but does not use
them.

The following commit will put just the gc handlers back, which is
sufficient to allow building directly from 9.1.
src/microcode/boot.c
src/microcode/debug.c
src/microcode/fasdump.c
src/microcode/fasload.c
src/microcode/gcloop.c
src/microcode/interp.c
src/microcode/returns.h
src/microcode/scode.h
src/microcode/typename.txt
src/microcode/types.h