g++4.6 correction
This commit is contained in:
		@@ -35,7 +35,7 @@
 | 
			
		||||
#define CHAISCRIPT_HAS_THREAD_LOCAL
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if (defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ >= 6)
 | 
			
		||||
#if (defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 6)
 | 
			
		||||
#define CHAISCRIPT_GCC_4_6
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user