fix #ifndef for timermul, @speq, #183

This commit is contained in:
Wolfgang Hommel
2019-12-14 21:30:31 +01:00
parent 90f11685b5
commit b3dcef470e

View File

@@ -89,7 +89,7 @@
#ifndef timersub
#define timersub(a, b, result) timersub2(a, b, result, u)
#endif
#ifndef timersub
#ifndef timermul
#define timermul(a, c, result) timermul2(a, c, result, u)
#endif