]> gitweb.factorcode.org Git - factor.git/commit
platform.hpp: Indent so I can see wtf is going on with the preprocessor control flow.
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 5 Jun 2015 17:53:02 +0000 (10:53 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 5 Jun 2015 17:53:02 +0000 (10:53 -0700)
commit1d58f827a2e7065ff1b6165d88b32b8440612bea
tree263900f4bc9bdf4b54040ad8de061c3f2d910329
parent64ccac3572d12a0c8e4350ddb6a8d15456754cb0
platform.hpp: Indent so I can see wtf is going on with the preprocessor control flow.
Look for ``__linux__`` on linux instead of ``linux`` because compiling with
-std=c++11 removes the ``linux`` preprocessor symbol.
vm/platform.hpp