X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FabsCSyn%2FCLabel.lhs;h=705da744220195a55d9e69645acdd566d8603e80;hb=0b3dcf9dd504c2db156d08f1908e906e00e66c7a;hp=523fc096b89deccf3129c453a4e841f056172b35;hpb=9cfc3137aff7cdff305a718051a48a52e1832651;p=ghc-hetmet.git diff --git a/ghc/compiler/absCSyn/CLabel.lhs b/ghc/compiler/absCSyn/CLabel.lhs index 523fc09..705da74 100644 --- a/ghc/compiler/absCSyn/CLabel.lhs +++ b/ghc/compiler/absCSyn/CLabel.lhs @@ -1,7 +1,7 @@ % % (c) The GRASP/AQUA Project, Glasgow University, 1992-1998 % -% $Id: CLabel.lhs,v 1.33 2000/04/13 11:56:35 simonpj Exp $ +% $Id: CLabel.lhs,v 1.34 2000/05/15 15:03:36 simonmar Exp $ % \section[CLabel]{@CLabel@: Information to make C Labels} @@ -418,7 +418,7 @@ pprCLbl (CaseLabel u CaseBitmap) pprCLbl (RtsLabel RtsShouldNeverHappenCode) = ptext SLIT("stg_error_entry") -pprCLbl (RtsLabel RtsUpdInfo) = ptext SLIT("Upd_frame_info") +pprCLbl (RtsLabel RtsUpdInfo) = ptext SLIT("upd_frame_info") pprCLbl (RtsLabel RtsTopTickyCtr) = ptext SLIT("top_ct")