added missing commend_string_end
[libfirm] / ir / be / TEMPLATE / TEMPLATE_spec.pl
index 72443b9..7aa8109 100644 (file)
@@ -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: