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:
@@ -50,7 +50,7 @@ ID {VARIABLE}|{NUMBER}
|
||||
<Comment>"*/" { BEGIN INITIAL; }
|
||||
<Comment>.* ;
|
||||
"//".*$ ;
|
||||
'#'.*$ ;
|
||||
"#".*$ ;
|
||||
"digraph" { return DIGRAPH_T; }
|
||||
"graph" { return GRAPH_T; }
|
||||
"node" { return NODE_T; }
|
||||
|
||||
Reference in New Issue
Block a user