From: krasimir Date: Tue, 15 Mar 2005 10:33:41 +0000 (+0000) Subject: [project @ 2005-03-15 10:33:41 by krasimir] X-Git-Tag: Initial_conversion_from_CVS_complete~913 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=eace8501f73b0b2ee55e02d84e45cec03ab898d7;p=ghc-hetmet.git [project @ 2005-03-15 10:33:41 by krasimir] Without semicolon after "foundit:" at least mingw32-gcc raises "error: label at end of compound statement". --- diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index 41e80a9..5693bd2 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -2199,7 +2199,7 @@ ocResolve_PEi386 ( ObjectCode* oc ) /* Newline first because the interactive linker has printed "linking..." */ errorBelch("\n%s: unknown symbol `%s'", oc->fileName, symbol); return 0; - foundit: + foundit:; } checkProddableBlock(oc, pP); switch (reltab_j->Type) {