2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / WebKitTools / Scripts / create-exports
blobc645d55eb2f2a78bcf35b904a3a09a66d0d2440e
1 #!/usr/bin/perl -w
3 while (<>) {
4 print "$1\n" if /^\s*\"(.+)\", referenced from:$/;