Skip to content

Commit

Permalink
Fixed last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Michael Klose committed Apr 21, 2017
1 parent 465be5d commit 941de00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/transpiler/targets/php/toplevel.lisp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(fn php-prologue ()
(format nil "<?php // tré revision ~A~%" *tre-revision*))
(format nil "<?php // tré revision ~A~%~A" *tre-revision* *php-core-native*))

(fn php-epilogue ()
(format nil "?>~%"))
Expand Down

0 comments on commit 941de00

Please sign in to comment.