Kaydet (Commit) beec3537 authored tarafından Lubos Lunak's avatar Lubos Lunak

fix typo

üst 458b102b
...@@ -93,7 +93,7 @@ function local_file() ...@@ -93,7 +93,7 @@ function local_file()
function filter_ignore() function filter_ignore()
( (
# - filter out all files that are not normal headers # - filter out all files that are not normal headers
# - gperffasttoken.hxx is not a problem header # - gperffasttoken.hxx is not a proper header
# - sores.hxx provides BMP_PLUGIN, which is redefined # - sores.hxx provides BMP_PLUGIN, which is redefined
# - some sources play ugly #define tricks with editeng/eeitemid.hxx # - some sources play ugly #define tricks with editeng/eeitemid.hxx
grep -e '\.h[">]$' -e '\.hpp[">]$' -e '\.hdl[">]$' -e '\.hxx[">]$' -e '^[^\.]*>$' | \ grep -e '\.h[">]$' -e '\.hpp[">]$' -e '\.hdl[">]$' -e '\.hxx[">]$' -e '^[^\.]*>$' | \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment