[project @ 1997-05-18 03:50:14 by sof]
authorsof <unknown>
Sun, 18 May 1997 03:52:02 +0000 (03:52 +0000)
committersof <unknown>
Sun, 18 May 1997 03:52:02 +0000 (03:52 +0000)
2.03 update

glafp-utils/runstdtest/runstdtest.prl

index bdc3ebf..40e6c12 100644 (file)
@@ -158,7 +158,7 @@ if ( $SpixTiming eq 'yes' ) {
 
     open(SPIXNM, "nm -n $ToRunOrig |") || die "nm -n $ToRunOrig open failed!\n";
     spix: while (<SPIXNM>) {
-       if ( / T +(_freeForeignObj|_([A-Za-z]+)Hook|_xmalloc|_mpz_get_si)$/ ) {
+       if ( / T +(_([A-Za-z]+)Hook|_xmalloc|_mpz_get_si)$/ ) {
            $LastSpix = $1;
            last spix;
        }