diff options
| author | Steven Fuller <relnev@icculus.org> | 2017-05-05 12:00:00 +0200 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 03:51:51 +0200 |
| commit | 5673c1665a2c6d7fdaf1a20d554bb135a20c7bc8 (patch) | |
| tree | ccf08c484f14d7c5e95fa7f645db2014d61ebb78 /src/mathline.h | |
| parent | 0de664d0a886bcda45a0cd05551b6896c5c46ed0 (diff) | |
Import icculus.org release (2017-05-05)
Diffstat (limited to 'src/mathline.h')
| -rw-r--r-- | src/mathline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mathline.h b/src/mathline.h index b1620a5..0205e9f 100644 --- a/src/mathline.h +++ b/src/mathline.h @@ -31,7 +31,7 @@ them though. */ -static inline int MUL_FIXED(int a, int b) +static __inline int MUL_FIXED(int a, int b) { /* int retval; |
