mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 08:45:31 -05:00
*** empty log message ***
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user