]> jfr.im git - irc/atheme/libmowgli-2.git/commitdiff
Use #else instead of #elif.
authorAndrew Shadura <redacted>
Tue, 17 Jun 2014 11:45:34 +0000 (13:45 +0200)
committerAndrew Shadura <redacted>
Tue, 17 Jun 2014 11:45:34 +0000 (13:45 +0200)
src/libmowgli/platform/machine.h

index 6b2351457baa69980a3ead1bebd5651dbc3d272d..8763bb27714536d346cd08618b3c88b80ec43229 100644 (file)
 # if defined _LP64 || defined __LP64
 #  define MOWGLI_CPU_BITS 64
 #  define MOWGLI_CPU_BITS_64
-# elif
+# else
 #  define MOWGLI_CPU_BITS 32
 #  define MOWGLI_CPU_BITS_32
 # endif