[vlc-devel] commit: dvb module uses STRINGIFY() (Christophe Mutricy )
git version control
git at videolan.org
Fri May 9 00:55:22 CEST 2008
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Thu May 8 23:55:37 2008 +0100| [1c2c9b2f4e2df08fb3b90f6bc4db6f7d374ff684]
dvb module uses STRINGIFY()
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c2c9b2f4e2df08fb3b90f6bc4db6f7d374ff684
---
modules/access/dvb/dvb.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/modules/access/dvb/dvb.h b/modules/access/dvb/dvb.h
index f8f21e7..49be127 100644
--- a/modules/access/dvb/dvb.h
+++ b/modules/access/dvb/dvb.h
@@ -220,3 +220,8 @@ void HTTPClose( access_t *p_access );
char *HTTPExtractValue( char *psz_uri, const char *psz_name,
char *psz_value, int i_value_max );
#endif
+/*****************************************************************************
+ * Hacks
+ *****************************************************************************/
+#define STRINGIFY( z ) UGLY_KLUDGE( z )
+#define UGLY_KLUDGE( z ) #z
More information about the vlc-devel
mailing list