]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
In DOT output, convert from "/*" comments to "//" comments.
[bison.git] / ChangeLog
index d0d717c2eeceaf1c7473a3403e2b60fb6a0d2ca8..5ee3b75717b2a50434663e8de63d1886c52de264 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-05-01  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       In DOT output, convert from "/*" comments to "//" comments.
+       This handles the possibility that a "*/" might appear in
+       variable portions of those comments at some point in the future.
+       * src/graphviz.c (start_graph): Implement.
+
 2010-04-30  Joel E. Denny  <joeldenny@joeldenny.org>
 
        Document that undefined %prec identifier warnings will remain.