]> gitweb.factorcode.org Git - factor.git/commit
vm: fix COMPILE-TIME to use __DATE__ and __TIME__
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 22 Mar 2018 17:41:34 +0000 (10:41 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 22 Mar 2018 17:41:34 +0000 (10:41 -0700)
commitdd5be669572a6d0c1dd55f71c1b3a49adbb19939
treee02718269541bead492780b43264694ffad88cdf
parent3feed5b192e090d119116e59be6354c8208eb119
vm: fix COMPILE-TIME to use __DATE__ and __TIME__

Those are "time the preprocessor is run", not "date and time of the last
modification of the current source file" like __TIMESTAMP__.
vm/master.hpp