From: sof Date: Sun, 18 May 1997 03:52:02 +0000 (+0000) Subject: [project @ 1997-05-18 03:50:14 by sof] X-Git-Tag: Approximately_1000_patches_recorded~699 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b000a28cabbade1451d8c25e7f1abfb223fc0393;p=ghc-hetmet.git [project @ 1997-05-18 03:50:14 by sof] 2.03 update --- diff --git a/glafp-utils/runstdtest/runstdtest.prl b/glafp-utils/runstdtest/runstdtest.prl index bdc3ebf..40e6c12 100644 --- a/glafp-utils/runstdtest/runstdtest.prl +++ b/glafp-utils/runstdtest/runstdtest.prl @@ -158,7 +158,7 @@ if ( $SpixTiming eq 'yes' ) { open(SPIXNM, "nm -n $ToRunOrig |") || die "nm -n $ToRunOrig open failed!\n"; spix: while () { - 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; }