mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
filter G_GNUC before PRIVATE so $ is still true.
Sun Nov 28 13:21:12 2004 Manish Singh <yosh@gimp.org> * abicheck.sh: filter G_GNUC before PRIVATE so $ is still true.
This commit is contained in:
parent
131f4c67fb
commit
1864918b3b
@ -1,3 +1,7 @@
|
|||||||
|
Sun Nov 28 13:21:12 2004 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* abicheck.sh: filter G_GNUC before PRIVATE so $ is still true.
|
||||||
|
|
||||||
Sun Nov 28 01:37:54 2004 <timj@birnet.org>
|
Sun Nov 28 01:37:54 2004 <timj@birnet.org>
|
||||||
|
|
||||||
* gsignal.c: applied patch by sven@gimp.org (#153727) to reduce
|
* gsignal.c: applied patch by sven@gimp.org (#153727) to reduce
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
cpp -P -DG_OS_UNIX ${srcdir:-.}/gobject.symbols | sed -e '/^$/d' -e 's/ PRIVATE$//' -e 's/ G_GNUC.*$//' | sort > expected-abi
|
cpp -P -DG_OS_UNIX ${srcdir:-.}/gobject.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE$//' | sort > expected-abi
|
||||||
nm -D .libs/libgobject-2.0.so | grep " T " | cut -d ' ' -f 3 | sort > actual-abi
|
nm -D .libs/libgobject-2.0.so | grep " T " | cut -d ' ' -f 3 | sort > actual-abi
|
||||||
diff -u expected-abi actual-abi && rm expected-abi actual-abi
|
diff -u expected-abi actual-abi && rm expected-abi actual-abi
|
||||||
|
Loading…
Reference in New Issue
Block a user