{}
{    The purpose of this request is to build the "metapatch" which contains
{ the predictor, move_items, and the corrector.
{}
{        OCP$CONSTRUCT_METAPATCH (PREDICTOR, MOVE_ITEMS, NUMBER_OF_MOVE_ITEMS,
{          CORRECTOR, METAPATCH, LENGTH)
{}
{ PREDICTOR: (input) This parameter specifies a pointer to the sequence
{        containing the predictor.
{}
{ MOVE_ITEMS: (input) This parameter specifies the array of move_items.
{}
{ NUMBER_OF_MOVE_ITEMS: (input) This parameter specifies the number of move
{        items.
{}
{ CORRECTOR: (input) This parameter specifies a pointer to the sequence
{        containing the corrector.
{}
{ METAPATCH: (output) This parameter specifies a pointer to the sequence
{        containing all the information necessary for updating the object
{        library.  This information is the predictor, move_items, and the
{        corrector.
{}
{ LENGTH: (output) This parameter specifies the length in bytes of METAPATCH.
{}

