]> git.sesse.net Git - vlc/commitdiff
dvb module uses STRINGIFY()
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 8 May 2008 22:55:37 +0000 (23:55 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 8 May 2008 22:56:34 +0000 (23:56 +0100)
modules/access/dvb/dvb.h

index f8f21e7a6044645e27631c5f442510d719dc9d04..49be127b0285fe2a652261c2c6a4d90ccfbe420f 100644 (file)
@@ -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