From: Ryan Norton Date: Sat, 26 Feb 2005 10:05:56 +0000 (+0000) Subject: change superflous elif to else X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/af79064d318dc0858af706d0d1b4569e24a612c4 change superflous elif to else git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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