Merge branch 'alexkaratarakis-stringify' into hotfix-1.4.1
This commit is contained in:
		
						commit
						5d3f565ce1
					
				@ -30,9 +30,9 @@
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    #define STRING2(x) #x
 | 
			
		||||
    #define STRING2(...) #__VA_ARGS__
 | 
			
		||||
	#define STRING(x) STRING2(x)
 | 
			
		||||
    #define SHOW_VALUE(x) " " #x "  =  " STRING2(x) 
 | 
			
		||||
    #define SHOW_VALUE(x) " " #x "  =  " STRING2(x)
 | 
			
		||||
 | 
			
		||||
	#pragma message ( "\n -----> Verbose preprocessor"  )
 | 
			
		||||
	#pragma message (  SHOW_VALUE(VERBOSE_PREPROCESSOR)  )
 | 
			
		||||
@ -124,7 +124,7 @@
 | 
			
		||||
	#pragma message (  SHOW_VALUE(USE_LIBJPEG_FROM_OS)  )
 | 
			
		||||
	#pragma message (  SHOW_VALUE(NANA_LIBJPEG)  )
 | 
			
		||||
 | 
			
		||||
   
 | 
			
		||||
 | 
			
		||||
   // #pragma message ( "\n =" STRING() ", \n =" STRING()"  , \n =" STRING() )
 | 
			
		||||
 | 
			
		||||
    #if defined(STOP_VERBOSE_PREPROCESSOR)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user