Commit Graph

4 Commits

Author SHA1 Message Date
ndogxj
2c579fe0c4 Fix example build errors on legacy MSVC compiler
According to C89, all block-local variables need to be declared at the beginning of the block. MSVC2013 relaxes this restriction.
2016-06-14 12:29:37 +08:00
Camilla Berglund
d9e43ea120 Fix example build errors on legacy MinGW 2015-11-10 14:08:28 +01:00
Camilla Berglund
572ac09660 Fix example build errors on VS2013 and earlier
VC++ does not support inline in C mode.

Fixes #581.
2015-08-16 03:24:39 +02:00
Camilla Berglund
1057bd38cf Add linmath.h 2015-08-09 16:53:46 +02:00