Fixed outstanding bug in incremental tabling. Structure managers required a structure to be at least 2 words long, but smKey structures were 4 bytes.
So I redefined the size of KEY structures to be 4/8 bytes on 32/64 bit machines, and created a SM_DeallocateSmallStruct that handles structures of 1 word.
Regular structure managers still require 2 words.