{ This deck defines constants for use with keypoints in FMM procedures.}
{COMMON DECK FMDKEY}

  CONST

    fmk$attach_file = fmk$base + 1,
    {E 'fmp$attach_file' }
    {X 'fmp$attach_file' }

    fmk$return_file = fmk$base + 2,
    {E 'fmp$return_file' }
    {X 'fmp$return_file' }

    fmk$process_pt_request = fmk$base + 3;
    {E 'fmp$process_pt_request' }
    {X 'fmp$process_pt_request' }

?? PUSH (LISTEXT := ON) ??
*copyc OSK$KEYPOINTS
?? POP ??
