File: 030_sdl_console.diff

package info (click to toggle)
sdlperl 1.20.3dfsg-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,796 kB
  • ctags: 2,171
  • sloc: perl: 7,394; ansic: 232; makefile: 75; sh: 1
file content (12 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
diff -puriN SDL_perl-1.20.3/SDL_perl.xs sdlperl-1.20.3/SDL_perl.xs
--- SDL_perl-1.20.3/SDL_perl.xs	2003-03-27 11:17:23 +0100
+++ sdlperl-1.20.3/SDL_perl.xs	2006-03-01 00:42:56 +0100
@@ -75,7 +75,7 @@ void (*mix_music_finished_cv)();
 
 #ifdef HAVE_SDL_CONSOLE
 #include "CON_console.h"
-#include "CON_consolecommands.h"
+//#include "CON_consolecommands.h"
 #include "DT_drawtext.h"
 #endif