ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libcoro/coro.c
(Generate patch)

Comparing libcoro/coro.c (file contents):
Revision 1.68 by root, Sun Mar 6 06:26:21 2016 UTC vs.
Revision 1.69 by root, Fri Aug 26 10:27:12 2016 UTC

118# if CORO_ASM 118# if CORO_ASM
119 119
120 #if __arm__ && \ 120 #if __arm__ && \
121 (defined __ARM_ARCH_7__ || defined __ARM_ARCH_7A__ \ 121 (defined __ARM_ARCH_7__ || defined __ARM_ARCH_7A__ \
122 || defined __ARM_ARCH_7R__ || defined __ARM_ARCH_7M__ \ 122 || defined __ARM_ARCH_7R__ || defined __ARM_ARCH_7M__ \
123 || __ARCH_ARCH == 7) 123 || __ARM_ARCH == 7)
124 #define CORO_ARM 1 124 #define CORO_ARM 1
125 #endif 125 #endif
126 126
127 #if _WIN32 || __CYGWIN__ 127 #if _WIN32 || __CYGWIN__
128 #define CORO_WIN_TIB 1 128 #define CORO_WIN_TIB 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines