{}
{    The purpose of this request is to find matches between items in the old
{ breaklist and items in the new breaklist.
{}
{        OCP$FIND_MATCH_BREAKLIST_ITEMS (OLD_BREAKLIST, NEW_BREAKLIST, 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.
{}
{ OLD_ARRAY: (input - output) This parameter specifies the array generated
{        from the old breaklist.  It contains a pointer to a matching item
{        in new_array if one exists, otherwise it points to its entry in the
{        symbol_table.
{}
{ NEW_ARRAY: (input - output) This parameter specifies the array generated
{        from the new breaklist.  It contains a pointer to a matching item
{        in old_array if one exists, otherwise it points to its entry in the
{        symbol_table.
{}
{ SYMBOL_TABLE: (input - output) This parameter specifies a table containing
{        one entry for each unique breaklist item in the old and new arrays.
{}

