Skip to content

Commit

Permalink
Fix c-scanner regex pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Flast authored and vprus committed Dec 18, 2013
1 parent b116fba commit 5ce453d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/types/cpp.jam
Expand Up @@ -30,7 +30,7 @@ class c-scanner : scanner

rule pattern ( )
{
return "#[ \t]*include[ ]*(<(.*)>|\"(.*)\")" ;
return "#[ \t]*include[ \t]*(<(.*)>|\"(.*)\")" ;
}

rule process ( target : matches * : binding )
Expand Down

0 comments on commit 5ce453d

Please sign in to comment.