From 1a73f221fdf055c093e7b9c74d49795c6007b06e Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 20 Feb 2005 17:04:58 +0000 Subject: **BUGFIX** fixing compiler warning CVS patchset: 7423 CVS date: 2005/02/20 17:04:58 --- src/input/vcd/vcdplayer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/input/vcd/vcdplayer.h b/src/input/vcd/vcdplayer.h index 67b0c95fd..08c49b444 100644 --- a/src/input/vcd/vcdplayer.h +++ b/src/input/vcd/vcdplayer.h @@ -1,5 +1,5 @@ /* - $Id: vcdplayer.h,v 1.7 2005/01/08 11:59:27 rockyb Exp $ + $Id: vcdplayer.h,v 1.8 2005/02/20 17:04:58 mroi Exp $ Copyright (C) 2002, 2003, 2004, 2005 Rocky Bernstein @@ -28,6 +28,7 @@ #include "libvcd/info.h" #endif +#ifndef _ #ifdef ENABLE_NLS #include # include @@ -36,6 +37,7 @@ /* Stubs that do something close enough. */ # define _(String) (String) #endif +#endif /*------------------------------------------------------------------ DEBUGGING -- cgit v1.2.3