#!/bin/csh
if { cmp UDM.mod~ UDM.mod } then
	diff UDM.mod-1 UDM.mod+1 | cmp - UDM.diffs
endif
cmp OTHER.mod~ OTHER.mod
exit 0
