added missing commend_string_end
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 22 Dec 2006 21:22:45 +0000 (21:22 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 22 Dec 2006 21:22:45 +0000 (21:22 +0000)
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: