mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Fix c-scanner regex pattern
This commit is contained in:
committed by
Vladimir Prus
parent
b116fbaeba
commit
5ce453de47
@@ -30,7 +30,7 @@ class c-scanner : scanner
|
||||
|
||||
rule pattern ( )
|
||||
{
|
||||
return "#[ \t]*include[ ]*(<(.*)>|\"(.*)\")" ;
|
||||
return "#[ \t]*include[ \t]*(<(.*)>|\"(.*)\")" ;
|
||||
}
|
||||
|
||||
rule process ( target : matches * : binding )
|
||||
|
||||
Reference in New Issue
Block a user