summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-07-17 13:28:18 +0200
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2013-07-17 19:22:41 +0000
commite81b1f23c49e35c1cde1faa44281812e97be60f5 (patch)
treeb3be83fd950156ec3962da1facd9ec75a66d2da9 /bin
parent2bf530153e9fb24aef62bf5e16e23ea1412887dd (diff)
remove gb_LinkTarget_add_noexception_object
Change-Id: I44f7df6e5f816cfcf7a44c6c4c76e80924237d45 Reviewed-on: https://gerrit.libreoffice.org/4955 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update_pch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update_pch.sh b/bin/update_pch.sh
index bfd86c5b5fa1..8e37b0001f77 100755
--- a/bin/update_pch.sh
+++ b/bin/update_pch.sh
@@ -34,7 +34,7 @@ for x in $headers; do
while read line ; do
if test "$line" = "))" ; then
inobjects=
- elif echo $line | grep -q -e add_exception_objects -e add_noexception_objects -e add_cxxobject -e add_cxxobjects ; then
+ elif echo $line | grep -q -e add_exception_objects -e add_cxxobject -e add_cxxobjects ; then
inobjects=1
if test $ifstack -ne 0 ; then
echo Sources in a conditional, ignoring for now. >&2