updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / lgeneral / patch0.diff
blob4d4bacc000faea4a6006f8d0a2f9a64dab0072ab
1 --- misc.h_old 2008-01-19 15:14:51.000000000 +0100
2 +++ misc.h 2008-01-19 15:15:28.000000000 +0100
3 @@ -49,7 +49,7 @@
5 /* compile time assert */
6 #ifndef NDEBUG
7 -# define COMPILE_TIME_ASSERT( x ) do { switch (0) {case 0: case x:;} } while(0)
8 +# define COMPILE_TIME_ASSERT( x ) /*MVK do { switch (0) {case 0: case x:;} } while(0)*/
9 #else
10 # define COMPILE_TIME_ASSERT( x )
11 #endif