From: Michael Beck Date: Fri, 22 Dec 2006 21:22:45 +0000 (+0000) Subject: added missing commend_string_end X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=893f19b69b2b349f4c2e89b7b1be9150f1cb080b;p=libfirm added missing commend_string_end --- diff --git a/ir/be/TEMPLATE/TEMPLATE_spec.pl b/ir/be/TEMPLATE/TEMPLATE_spec.pl index 72443b9b3..7aa8109e5 100644 --- a/ir/be/TEMPLATE/TEMPLATE_spec.pl +++ b/ir/be/TEMPLATE/TEMPLATE_spec.pl @@ -6,8 +6,9 @@ $arch = "TEMPLATE"; -# this string marks the beginning of a comment in emit -$comment_string = "/*"; +# this strings mark the beginning and the end of a comment in emit +$comment_string = "/*"; +$comment_string_end = "*/"; # The node description is done as a perl hash initializer with the # following structure: