comparison src/video/sdlgenblit.pl @ 2267:c785543d1843

Okay, still some bugs, but everything builds again...
author Sam Lantinga <slouken@libsdl.org>
date Sat, 18 Aug 2007 05:39:09 +0000
parents 900c35d8e8fd
children 8969da2ef606
comparison
equal deleted inserted replaced
2266:e61ad15a205f 2267:c785543d1843
382 } 382 }
383 383
384 sub output_copyfunctable 384 sub output_copyfunctable
385 { 385 {
386 print FILE <<__EOF__; 386 print FILE <<__EOF__;
387 static SDL_BlitFuncEntry SDL_GeneratedBlitFuncTable[] = { 387 SDL_BlitFuncEntry SDL_GeneratedBlitFuncTable[] = {
388 __EOF__ 388 __EOF__
389 for (my $i = 0; $i <= $#src_formats; ++$i) { 389 for (my $i = 0; $i <= $#src_formats; ++$i) {
390 my $src = $src_formats[$i]; 390 my $src = $src_formats[$i];
391 for (my $j = 0; $j <= $#dst_formats; ++$j) { 391 for (my $j = 0; $j <= $#dst_formats; ++$j) {
392 my $dst = $dst_formats[$j]; 392 my $dst = $dst_formats[$j];