Changeset 1c2c9b2f4e2df08fb3b90f6bc4db6f7d374ff684

Show
Ignore:
Timestamp:
05/09/08 00:56:34 (2 months ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1210287394 +0100
git-parent:

[f7721834b5facf0de50f161bc6570ec1026a7036]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1210287337 +0100
Message:

dvb module uses STRINGIFY()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/dvb/dvb.h

    r6300760 r1c2c9b2  
    221221                            char *psz_value, int i_value_max ); 
    222222#endif 
     223/***************************************************************************** 
     224 * Hacks 
     225 *****************************************************************************/ 
     226#define STRINGIFY( z )   UGLY_KLUDGE( z ) 
     227#define UGLY_KLUDGE( z ) #z