mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 12:38:02 +02:00
[check-headers.sh] Don't use '\>' regexp syntax
This commit is contained in:
parent
3b58d92f5a
commit
1e0e207509
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ xargs grep -B 1 '^cairo_.*[ ]\+(' |
|
|||
awk '
|
||||
/^--$/ { context=""; public=0; next; }
|
||||
/:cairo_.*[ ]+\(/ { if (!public) {print context; print; print "--";} next; }
|
||||
/-cairo_public\>/ {public=1;}
|
||||
/-cairo_public[ ]/ {public=1;}
|
||||
{ context=$0; }
|
||||
' |
|
||||
sed 's/[.]h-/.h:/' |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue