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:
parent
db7e3af111
commit
d686268728
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user