From af79064d318dc0858af706d0d1b4569e24a612c4 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Sat, 26 Feb 2005 10:05:56 +0000 Subject: [PATCH] change superflous elif to else git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/defs.h b/include/wx/defs.h index 87f65850d6..4203d06ec2 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -760,7 +760,7 @@ typedef wxUint16 wxWord; typedef long wxInt32; typedef unsigned long wxUint32; - #elif + #else /* wxWidgets is not ready for 128bit systems yet... */ #error "Unknown sizeof(int) value, what are you compiling for?" #endif -- 2.45.2