diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-25 22:34:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-25 22:34:30 +0000 |
commit | 8862c8e2b442e3d901cf7701ae3bf7279af2d401 (patch) | |
tree | 3ba2bb9851a900b35902645ba3f11132a7323428 /games/xqf/files | |
parent | 7228b51cde9d787f2cd01828190bd95a9d057387 (diff) | |
download | ports-8862c8e2b442e3d901cf7701ae3bf7279af2d401.tar.gz ports-8862c8e2b442e3d901cf7701ae3bf7279af2d401.zip |
Notes
Diffstat (limited to 'games/xqf/files')
-rw-r--r-- | games/xqf/files/patch-src-debug.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xqf/files/patch-src-debug.h b/games/xqf/files/patch-src-debug.h new file mode 100644 index 000000000000..f51ac529a29d --- /dev/null +++ b/games/xqf/files/patch-src-debug.h @@ -0,0 +1,11 @@ +--- src/debug.h.orig 2004-01-01 15:41:10.000000000 +0300 ++++ src/debug.h 2009-03-25 22:03:41.000000000 +0300 +@@ -37,7 +37,7 @@ + void debug_int(const char* file, int line, const char* function, int level, const char* fmt, ...); + void debug_cmd(int, char *[], char *, ...); + void set_debug_level (int); +-inline int get_debug_level (void); ++int get_debug_level (void); + + int debug_increase_indent(void); + int debug_decrease_indent(void); |