From e422162089e2b3de8eb42bfc08903c08454c3255 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 21 Apr 2003 06:12:23 +0000 Subject: avoid implicit declarations. Less warnings. CVS patchset: 4646 CVS date: 2003/04/21 06:12:23 --- src/xine-engine/load_plugins.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/xine-engine/load_plugins.c') diff --git a/src/xine-engine/load_plugins.c b/src/xine-engine/load_plugins.c index cfb3af0f7..018170529 100644 --- a/src/xine-engine/load_plugins.c +++ b/src/xine-engine/load_plugins.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: load_plugins.c,v 1.148 2003/04/20 21:13:22 guenter Exp $ + * $Id: load_plugins.c,v 1.149 2003/04/21 06:12:23 f1rmb Exp $ * * * Load input/demux/audio_out/video_out/codec plugins @@ -58,6 +58,7 @@ static char *plugin_name; +#if 0 #if DONT_CATCH_SIGSEGV #define install_segv_handler() @@ -83,9 +84,7 @@ static void remove_segv_handler(void){ } #endif - - - +#endif /* 0 */ /* * plugin list/catalog management functions -- cgit v1.2.3