mirror of
				https://codeberg.org/1414codeforge/ubgpsuite.git
				synced 2025-06-05 21:29:11 +02:00 
			
		
		
		
	[tools/bgpgrep] Support __builtin_longjmp() only on GCC
This commit is contained in:
		| @@ -85,7 +85,7 @@ struct Timestampop { | ||||
| // ================================== | ||||
| // Non Local Jumps - error management | ||||
|  | ||||
| #ifdef __GNUC__ | ||||
| #if defined(__GNUC__) && !defined(__clang__) | ||||
| // Faster alternative, less taxing than standard setjmp(), but comes with | ||||
| // a few gotchas: https://gcc.gnu.org/onlinedocs/gcc/Nonlocal-Gotos.html | ||||
| typedef Sintptr frame_buf[5]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user