From 893f19b69b2b349f4c2e89b7b1be9150f1cb080b Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 22 Dec 2006 21:22:45 +0000 Subject: [PATCH] added missing commend_string_end --- ir/be/TEMPLATE/TEMPLATE_spec.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: -- 2.20.1