{}
{    The purpose of this request is to build the symbol table by hashing each
{ breaklist item into it.  The symbol table will contain an entry for each
{ unique breaklist item in he old and new breaklists.
{}
{        OCP$BUILD_SYMBOL_TABLE (OLD_BREAKLIST, NEW_BREAKLIST,
{          NUMBER_OF_OLD_BREAKLIST_ITEMS, NUMBER_OF_NEW_BREAKLIST_ITEMS,
{          OLD_ARRAY, NEW_ARRAY, SYMBOL_TABLE)
{}
{ OLD_BREAKLIST: (input) This parameter specifies the breaklist generated for
{        the old object library.
{}
{ NEW_BREAKLIST: (input) This parameter specifies the breaklist generated for
{        the new object library.
{}
{ NUMBER_OF_OLD_BREAKLIST_ITEMS: (input) This parameter specifies the number of
{        items in old breaklist.
{}
{ NUMBER_OF_NEW_BREAKLIST_ITEMS: (input) This parameter specifies the number of
{        items in new breaklist.
{}
{ OLD_ARRAY: (output) This parameter specifies the array generated from the
{        old object library.  It contains a pointer into either the new array
{        or the symbol table.
{}
{ NEW_ARRAY: (output) This parameter specifies the array generated from the
{        new object library.  It contains a pointer into either the old array
{        or the symbol table.
{}
{ SYMBOL_TABLE: (output) This parameter specifies the symbol table which
{        contains an entry for each unique breaklist item in the old and
{        new breaklists, and the number of times that entry was encountered.
{}


