summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/abicheck.sh
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-08-12 02:57:20 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-08-12 02:57:20 +0000
commit84fb311f3db6299090546b353a756ab51c80d5ef (patch)
tree7b499474bb1b993820903275c5e4fccd772d7116 /gdk-pixbuf/abicheck.sh
parentaf35cab932f66aa19f577019883ff3961465c427 (diff)
downloadgtk+-84fb311f3db6299090546b353a756ab51c80d5ef.tar.gz
Check all symbols.
Wed Aug 11 22:56:55 2004 Matthias Clasen <maclas@gmx.de> * abicheck.sh: Check all symbols.
Diffstat (limited to 'gdk-pixbuf/abicheck.sh')
-rwxr-xr-xgdk-pixbuf/abicheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/abicheck.sh b/gdk-pixbuf/abicheck.sh
index 1c6309f338..44df9df39d 100755
--- a/gdk-pixbuf/abicheck.sh
+++ b/gdk-pixbuf/abicheck.sh
@@ -1,5 +1,5 @@
#! /bin/sh
cpp -P -DINCLUDE_INTERNAL_SYMBOLS gdk-pixbuf.symbols | sed -e '/^$/d' | sort > expected-abi
-nm -D .libs/libgdk_pixbuf-2.0.so | grep " T " | cut -c12- | grep "^\(gdk\|pixops\)_" | sort > actual-abi
+nm -D .libs/libgdk_pixbuf-2.0.so | grep " T " | cut -c12- | sort > actual-abi
diff -u expected-abi actual-abi