head	1.1;
access;
symbols;
locks
	ram:1.1; strict;
comment	@# @;


1.1
date	94.07.05.16.08.22;	author hallgren;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#!/bin/csh -f

/bin/nm -Bgv $argv | sed -e 's/ (weak)//'

exit 0
@
