bin/update_pch |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 1bb5a9a22ea500a5d5a155ca428e3d7df59a2d6c
Author:     Caolán McNamara <[email protected]>
AuthorDate: Sun Dec 1 19:16:27 2019 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Sun Dec 1 22:19:44 2019 +0100

    make update_pch work again
    
    Change-Id: I8ab1bd9068027b907da7b95a16c6c72d019a9e69
    Reviewed-on: https://gerrit.libreoffice.org/84163
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

diff --git a/bin/update_pch b/bin/update_pch
index 10537d75e676..192d78f9c0b3 100755
--- a/bin/update_pch
+++ b/bin/update_pch
@@ -441,7 +441,8 @@ def filter_ignore(line, module):
             '_threads.h',
             'error.h',
             'CLucene/LuceneThreads.h',
-            'CLucene/config/_threads.h'
+            'CLucene/config/_threads.h',
+            ]
     if module == 'external/skia':
         ignore_list += [
             'skcms_internal.h',
@@ -462,7 +463,7 @@ def filter_ignore(line, module):
             'src/core/SkCubicSolver.h',
             'src/sksl/SkSLCPP.h',
             'src/gpu/vk/GrVkAMDMemoryAllocator.h',
-            'src/gpu/GrUtil.h'
+            'src/gpu/GrUtil.h',
             ]
 
     for i in ignore_list:
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to