Differences From Artifact [cf167a3135]:
- File
src/macros.h
— part of check-in
[4c4fdb3429]
at
2012-07-03 15:50:22
on branch trunk
— Merge branch 'runtime'
* runtime: (76 commits)
runtime: Add exception handling.
... (user: js, size: 8381) [annotate] [blame] [check-ins using] [more...]
To Artifact [8665430981]:
- File src/macros.h — part of check-in [ff8b2a6c29] at 2012-07-16 22:44:23 on branch trunk — Don't require extra parentheses for OF_(UN)LIKELY. (user: js, size: 8385) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - - + + | #ifdef _PSP # define INTMAX_MAX LONG_LONG_MAX #endif #ifdef __GNUC__ # define OF_INLINE inline __attribute__((always_inline)) |
︙ |