#!/bin/csh
if { cmp PBB.mod~ PBB.mod } then
	diff PBB.mod-1 PBB.mod+1 | cmp - PBB.diffs
endif
if { cmp PBBarg.mod~ PBBarg.mod } then
	diff PBBarg.mod-1 PBBarg.mod+1 | cmp - PBBarg.diffs
endif
if { cmp PBBload.mod~ PBBload.mod } then
	diff PBBload.mod-1 PBBload.mod+1 | cmp - PBBload.diffs
endif
if { cmp PBBmisc.mod~ PBBmisc.mod } then
	diff PBBmisc.mod-1 PBBmisc.mod+1 | cmp - PBBmisc.diffs
endif
if { cmp PBBnksr.def~ PBBnksr.def } then
	diff PBBnksr.def-1 PBBnksr.def+1 | cmp - PBBnksr.diffs
endif
if { cmp PBBpih.mod~ PBBpih.mod } then
	diff PBBpih.mod-1 PBBpih.mod+1 | cmp - PBBpih.diffs
endif
if { cmp PBBprof.mod~ PBBprof.mod } then
	diff PBBprof.mod-1 PBBprof.mod+1 | cmp - PBBprof.diffs
endif
if { cmp PBBrend.mod~ PBBrend.mod } then
	diff PBBrend.mod-1 PBBrend.mod+1 | cmp - PBBrend.diffs
endif
if { cmp events.def~ events.def } then
	diff events.def-1 events.def+1 | cmp - events.diffs
endif
cmp libraries.mod~ libraries.mod
exit 0
