mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-04 06:31:54 +00:00 
			
		
		
		
	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.