hypre/utilities/protos
falgout 2d77c87692 Fixed problem when using /bin/awk or /usr/bin/awk.
This should be more portable than before.
2000-04-21 17:13:21 +00:00

15 lines
440 B
Bash
Executable File

#!/bin/sh
#BHEADER***********************************************************************
# (c) 1999 The Regents of the University of California
#
# See the file COPYRIGHT_and_DISCLAIMER for a complete copyright
# notice, contact person, and disclaimer.
#
# $Revision$
#EHEADER***********************************************************************
mkproto $* \
| awk '(NR > 6) && ($1 !~ /#undef/)' \
| sed -e 's/ P((/( /g; s/);/;/g'