Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 14, 2009, 6:35:31 PM (15 years ago)
Author:
rgrieder
Message:

Replacing MACRO_CONCATENATE and MACRO_QUOTEME with the more robust boost versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/OrxonoxConfig.h.in

    r3167 r3169  
    140140 * Apple Settings
    141141 *-------------------------------*/
    142 
    143 
    144 /*---------------------------------
    145  * Special Macros
    146  *-------------------------------*/
    147 #define MACRO_CONCATENATE_AUX(a, b) a##b
    148 #define MACRO_CONCATENATE(a, b) MACRO_CONCATENATE_AUX(a, b)
    149 #define MACRO_QUOTEME_AUX(x) #x
    150 #define MACRO_QUOTEME(x) MACRO_QUOTEME_AUX(x)
    151142
    152143
Note: See TracChangeset for help on using the changeset viewer.