forked from AuroraMiddleware/gtk
filter out PRIVATE.
Fri Dec 10 13:57:44 2004 Manish Singh <yosh@gimp.org> * abicheck.sh: filter out PRIVATE.
This commit is contained in:
parent
f5c7b5d236
commit
19a02e673e
@ -1,3 +1,7 @@
|
||||
Fri Dec 10 13:57:44 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* abicheck.sh: filter out PRIVATE.
|
||||
|
||||
2004-12-05 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk-pixbuf-animation.c
|
||||
|
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
cpp -P ${srcdir:-.}/gdk-pixbuf.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' | sort > expected-abi
|
||||
cpp -P ${srcdir:-.}/gdk-pixbuf.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE$//' | sort > expected-abi
|
||||
nm -D .libs/libgdk_pixbuf-2.0.so | grep " T " | cut -d ' ' -f 3 | sort > actual-abi
|
||||
diff -u expected-abi actual-abi && rm expected-abi actual-abi
|
||||
|
Loading…
Reference in New Issue
Block a user