Remove croak and Perl_croak from gettext triggers. While we could
[PostgreSQL.git] / src / tools / codelines
blobae97b04177f9672f7679e376c768a90b5cdd6e9c
1 #!/bin/sh
3 # $PostgreSQL$
5 # This script is used to compute the total number of "C" lines in the release
6 # This should be run from the top of the CVS tree after a 'make distclean'
7 find . -name '*.[chyl]' | xargs cat| wc -l