From 92691c3df6883c7c5482c8155f60ab739102211d Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 2 Nov 2018 12:23:03 -0700 Subject: [PATCH] patch for <6.3 --- pollen/render.rkt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pollen/render.rkt b/pollen/render.rkt index cebb7bf..95381f6 100644 --- a/pollen/render.rkt +++ b/pollen/render.rkt @@ -209,13 +209,14 @@ (parameterize ([current-output-port (current-error-port)]) (eval (with-syntax ([MODNAME (gensym)] [SOURCE-PATH-STRING (->string source-path)] - [TEMPLATE-PATH-STRING (->string template-path)]) + [TEMPLATE-PATH-STRING (->string template-path)] + [REQUIRE (if (version