Mercurial > sdl-ios-xcode
diff src/main/win32/exports/gendef.pl @ 345:05b97424225f
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 13 Apr 2002 18:08:45 +0000 |
parents | 9154ec9ca3d2 |
children | 02759105b989 |
line wrap: on
line diff
--- a/src/main/win32/exports/gendef.pl Sat Apr 13 15:43:15 2002 +0000 +++ b/src/main/win32/exports/gendef.pl Sat Apr 13 18:08:45 2002 +0000 @@ -10,7 +10,7 @@ $printed_header = 0; $file =~ s,.*/,,; while (<FILE>) { - if ( /DECLSPEC.*SDLCALL ([^\s\(]+)/ ) { + if ( / DECLSPEC.*SDLCALL ([^\s\(]+)/ ) { print "\t$1\n"; } }