This commit is contained in:
cyeh%netscape.com 1999-02-25 19:40:38 +00:00
Родитель 58a1b8629e
Коммит 5d83738624
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -21,4 +21,6 @@ while (<REPORT>) {
}
close(REPORT);
if (-s ./ctor-dtor-report > 0) {
print "Global Constructors\/Destructors Found" . "\n";
}