Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 322713 | Differences between
and this patch

Collapse All | Expand All

(-)config.h.orig (-2 / +2 lines)
Lines 251-260 Link Here
251
#define CRYPTOPP_UNCAUGHT_EXCEPTION_AVAILABLE
251
#define CRYPTOPP_UNCAUGHT_EXCEPTION_AVAILABLE
252
#endif
252
#endif
253
253
254
#ifdef CRYPTOPP_DISABLE_X86ASM		// for backwards compatibility: this macro had both meanings
254
//#ifdef CRYPTOPP_DISABLE_X86ASM		// for backwards compatibility: this macro had both meanings
255
#define CRYPTOPP_DISABLE_ASM
255
#define CRYPTOPP_DISABLE_ASM
256
#define CRYPTOPP_DISABLE_SSE2
256
#define CRYPTOPP_DISABLE_SSE2
257
#endif
257
//#endif
258
258
259
#if !defined(CRYPTOPP_DISABLE_ASM) && ((defined(_MSC_VER) && defined(_M_IX86)) || (defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))))
259
#if !defined(CRYPTOPP_DISABLE_ASM) && ((defined(_MSC_VER) && defined(_M_IX86)) || (defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))))
260
	// C++Builder 2010 does not allow "call label" where label is defined within inline assembly
260
	// C++Builder 2010 does not allow "call label" where label is defined within inline assembly

Return to bug 322713