]> gitweb.factorcode.org Git - factor.git/commitdiff
vm: fix ffi_test.h
authorSlava Pestov <slava@factorcode.org>
Tue, 2 Feb 2010 10:15:42 +0000 (05:15 -0500)
committerSlava Pestov <slava@factorcode.org>
Tue, 2 Feb 2010 10:15:42 +0000 (05:15 -0500)
vm/ffi_test.h

index 171b6eb336ebe538317f965721b7a68f318e5b31..c61c95d6df835517b1202fdce9e5290851f0e0a8 100755 (executable)
@@ -2,7 +2,7 @@
        #define FACTOR_STDCALL(return_type) return_type __stdcall
 #elif defined(i386) || defined(__i386) || defined(__i386__)
        #define FACTOR_STDCALL(return_type) __attribute__((stdcall)) return_type
-#el
+#else
        #define FACTOR_STDCALL(return_type) return_type
 #endif