]> git.saurik.com Git - wxWidgets.git/commitdiff
change superflous elif to else
authorRyan Norton <wxprojects@comcast.net>
Sat, 26 Feb 2005 10:05:56 +0000 (10:05 +0000)
committerRyan Norton <wxprojects@comcast.net>
Sat, 26 Feb 2005 10:05:56 +0000 (10:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index 87f65850d611fa9ddfc9e542cd7b54d315d61ed4..4203d06ec2f0bb05c099bc5c4486ab63b82fe4b0 100644 (file)
@@ -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