*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40346
This commit is contained in:
parent
8ef049cc3e
commit
1eca7853fd
4 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ while ( ($file = shift(@ARGV)) ) {
|
|||
}
|
||||
$file =~ s,.*/,,;
|
||||
while (<FILE>) {
|
||||
if ( /DECLSPEC.*SDLCALL ([^\s\(]+)/ ) {
|
||||
if ( / DECLSPEC.*SDLCALL ([^\s\(]+)/ ) {
|
||||
print "_$1\n";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ while ( ($file = shift(@ARGV)) ) {
|
|||
$printed_header = 0;
|
||||
$file =~ s,.*/,,;
|
||||
while (<FILE>) {
|
||||
if ( /DECLSPEC.*SDLCALL ([^\s\(]+)/ ) {
|
||||
if ( / DECLSPEC.*SDLCALL ([^\s\(]+)/ ) {
|
||||
print "\t$1\n";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ while ( ($file = shift(@ARGV)) ) {
|
|||
$printed_header = 0;
|
||||
$file =~ s,.*/,,;
|
||||
while (<FILE>) {
|
||||
if ( /DECLSPEC.*SDLCALL ([^\s\(]+)/ ) {
|
||||
if ( / DECLSPEC.*SDLCALL ([^\s\(]+)/ ) {
|
||||
print "\t_$1\n";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ while ( ($file = shift(@ARGV)) ) {
|
|||
$printed_header = 0;
|
||||
$file =~ s,.*/,,;
|
||||
while (<FILE>) {
|
||||
if ( /DECLSPEC.*SDLCALL ([^\s\(]+)/ ) {
|
||||
if ( / DECLSPEC.*SDLCALL ([^\s\(]+)/ ) {
|
||||
print "\t$1\n";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue