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