Index: compile_rules.py ================================================================== --- compile_rules.py +++ compile_rules.py @@ -497,10 +497,11 @@ bGraph = True lGraphRule.append([i, sLine]) bGraph = True elif sLine.startswith("@@@@END_GRAPH"): #lGraphRule.append([i, sLine]) + printBookmark(0, "ENDGRAPH", i) bGraph = False elif re.match("@@@@ *$", sLine): pass elif bGraph: lGraphRule.append([i, sLine])