| Index: source/libvpx/vpx_ports/asm_offsets.h
|
| ===================================================================
|
| --- source/libvpx/vpx_ports/asm_offsets.h (revision 172621)
|
| +++ source/libvpx/vpx_ports/asm_offsets.h (working copy)
|
| @@ -15,8 +15,8 @@
|
| #include <stddef.h>
|
|
|
| #define ct_assert(name,cond) \
|
| - static void assert_##name(void) UNUSED;\
|
| - static void assert_##name(void) {switch(0){case 0:case !!(cond):;}}
|
| + static void assert_##name(void) UNUSED;\
|
| + static void assert_##name(void) {switch(0){case 0:case !!(cond):;}}
|
|
|
| #if INLINE_ASM
|
| #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val))
|
|
|