aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/util/export-check.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/export-check.pl b/src/util/export-check.pl
index eaec7d6..2866c0a 100755
--- a/src/util/export-check.pl
+++ b/src/util/export-check.pl
@@ -49,6 +49,7 @@ map chop, @export;
while (<NM>) {
chop;
s/^[0-9a-fA-F]+ +//;
+ s/@@.*$//;
next if /^A /;
if (!/^[TDRBGS] /) {
unlink $libfile;