2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-29 19:42:11 +00:00

'#' -> "#" (more portable that way)

[SVN r9745]
This commit is contained in:
Jeremy Siek
2001-04-09 14:46:27 +00:00
parent 381100c372
commit d1a819c8ae

View File

@@ -50,7 +50,7 @@ ID {VARIABLE}|{NUMBER}
<Comment>"*/" { BEGIN INITIAL; }
<Comment>.* ;
"//".*$ ;
'#'.*$ ;
"#".*$ ;
"digraph" { return DIGRAPH_T; }
"graph" { return GRAPH_T; }
"node" { return NODE_T; }