mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 20:52:09 +00:00 
			
		
		
		
	 b00c25a822
			
		
	
	b00c25a822
	
	
	
		
			
			Essentially, debug.h defines printTrace as an empty macro when the macro ENABLE_BACKTRACE is not defined, breaking the compilation of crash.c. Fixed by defining a private macro for debug.h only to avoid clashing.