s/#elseif/#elif/.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 18 Nov 2007 06:53:14 +0000 (06:53 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 18 Nov 2007 06:53:14 +0000 (06:53 +0000)
[r18473]

config.h

index 6f550bb..99b186a 100644 (file)
--- a/config.h
+++ b/config.h
@@ -2,7 +2,7 @@
 
 #ifdef __GNUC__
 #define NORETURN __attribute__((noreturn))
-#elseif defined(_MSC_VER)
+#elif defined _MSC_VER
 #define NORETURN __declspec(noreturn)
 #define __attribute__(x)
 #else