Put the header section in the header file not the c file.

Submitted by:	Jonathan Chen <jon@spock.org>
PR:		21982
This commit is contained in:
Nick Hibma 2000-10-15 15:19:35 +00:00
parent db7e3af111
commit d686268728

View File

@ -249,7 +249,7 @@ foreach $src ( @filenames ) {
$lineno++
}
if ( $hfile ) {
print CFILE $header;
print HFILLE $header;
}
} elsif ( $line =~ m/^(STATIC|)METHOD/i ) {
# Get the return type function name and delete that from