From 47145c507a5c73426803fa859becbda10f6731d4 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Sat, 15 Dec 2001 21:33:40 +0000 Subject: [PATCH] ok, small fix due to me not considering the problem with nesting of comments Original commit message from CVS: ok, small fix due to me not considering the problem with nesting of comments --- gst/gst_private.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gst/gst_private.h b/gst/gst_private.h index 6dc4f5573a..47deb536c4 100644 --- a/gst/gst_private.h +++ b/gst/gst_private.h @@ -33,10 +33,10 @@ #define _(String) dgettext(PACKAGE,String) #ifdef gettext_noop #define N_(String) gettext_noop(String) -#else /* gettext_noop */ +#else // gettext_noop #define N_(String) (String) -#endif /* gettext_noop */ -#else /* ENABLE_NLS */ +#endif // gettext_noop +#else // ENABLE_NLS #define _(String) (String) #define N_(String) (String) #define textdomain(String) (String) @@ -44,7 +44,7 @@ #define dgettext(Domain,String) (String) #define dcgettext(Domain,String,Type) (String) #define bindtextdomain(Domain,Directory) (Domain) -#endif /* ENABLE_NLS */ +#endif // ENABLE_NLS *****/ #endif /* HAVE_CONFIG_H */