medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ac4d0bfc6e483539f474b26bcaa5dc6abbc978a8
parent e057781a48323ecfd8048f98eab6de5bf2a17e7a
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sat Dec  3 15:01:48 +0200

Remove the time from visitor headers

Diffstat:
scripts/gen_visitors.lua | 1-
visitors/linear_algebra.h | 1-
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/scripts/gen_visitors.lua b/scripts/gen_visitors.lua @@ -8,7 +8,6 @@ f:close() local output = { "/*", " * This file was autogenerated by " .. arg[ 0 ] .. " " .. arg[ 1 ], - " * at " .. os.date() .. ". Please do not edit it by hand!", " */", "", "#pragma once", diff --git a/visitors/linear_algebra.h b/visitors/linear_algebra.h @@ -1,6 +1,5 @@ /* * This file was autogenerated by scripts/gen_visitors.lua linear_algebra.h - * at Sun Nov 27 16:04:31 2016. Please do not edit it by hand! */ #pragma once