{ AME$COPY_VALIDATION_ERRORS is actually only a set of conversion
{ constants for those routines that call amp$copy_file.

   CONST
     ame$input_file_at_eoi           = fse$input_file_at_eoi,
     ame$conflicting_file_structures = fse$conflicting_file_contents,
     ame$conflicting_file_contents   = fse$conflicting_file_contents,
     ame$statement_idents_unequal    = fse$statement_idents_unequal,
     ame$line_numbers_unequal        = fse$line_numbers_unequal,
     ame$fap_names_not_identical     = fse$fap_names_not_identical,
     ame$conflicting_file_addresses  = fse$conflicting_file_addresses,
     ame$improper_fo_for_copy        = fse$improper_fo_for_copy,
     ame$copy_device_conflict        = fse$copy_device_conflict,
     ame$conflicting_block_types     = fse$conflicting_block_types,
     ame$conflicting_record_types    = fse$conflicting_record_types;

*copyc fse$copy_validation_errors
