]> www.ginac.de Git - ginac.git/commit
Clean up some header files and fix compilation with MSC.
authorRichard Kreckel <kreckel@ginac.de>
Sun, 6 Nov 2016 18:35:46 +0000 (19:35 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Sun, 6 Nov 2016 18:35:46 +0000 (19:35 +0100)
commit864d9d65c5ecd0b4fffa9162c156383fd5cb9951
tree1fd88c519c054961bc71b18d5671086da61fd812
parentd38e670373b3df4e7ff5835ac4f67743f1351e95
Clean up some header files and fix compilation with MSC.

On MSC there is no <unistd.h>. It turns out that we need to #include <io.h>
in order to use close(3). This fixes the build failure introduced in 8305ec38.

Thanks to Jan Rheinländer for reporting this.
acinclude.m4
check/mul_eval_memleak.cpp
check/timer.cpp
ginac/excompiler.cpp