calculator/src/CalcManager/Ratpack
Michał Janiszewski 81aec1ebe8 Drop __inline from conflicting declarations (#545)
`mulnum` et al. are declared `extern` in `ratpak.h`, which conflicts
with the `__inline` used with them. Additionally, most similar functions
don't have such keyword applied to them.
2019-06-10 14:36:05 -07:00
..
basex.cpp Drop __inline from conflicting declarations (#545) 2019-06-10 14:36:05 -07:00
CalcErr.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CMakeLists.txt Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
conv.cpp Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
exp.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
fact.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
itrans.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
itransh.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
logic.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
num.cpp Drop __inline from conflicting declarations (#545) 2019-06-10 14:36:05 -07:00
rat.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
ratconst.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
ratpak.h Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
support.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
trans.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
transh.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00