From 1c895e160d549c67d47f7e382d20d5d6156db821 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 16 Oct 2000 09:30:29 +0000 Subject: [PATCH] Bug fix for alpha due to Ralf W. Grosse-Kunstleve [SVN r7962] --- newtypes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newtypes.cpp b/newtypes.cpp index 3c169e9c..e0b4223f 100644 --- a/newtypes.cpp +++ b/newtypes.cpp @@ -445,7 +445,7 @@ const CapabilityEntry capabilities[] = { if (c.substructure_size == 0) { if (src == 0 || -#if defined(__MWERKS__) && __MWERKS__ <= 0x4000 +#if defined(__MWERKS__) && __MWERKS__ <= 0x4000 || defined(__alpha) && defined(__osf__) ((const Dispatch*)src) #else reinterpret_cast(src)