cvs commit: fptools/ghc/lib/std PrelHandle.hsc PrelIO.hsc
Simon Marlow
simonmar@glass.cse.ogi.edu
Mon, 17 Dec 2001 03:14:34 -0800
simonmar 2001/12/17 03:14:34 PST
Modified files: (Branch: ghc-5-02-branch)
ghc/lib/std PrelHandle.hsc PrelIO.hsc
Log:
Fix bootstrapping in the STABLE branch (hopefully). The problem is
that fillReadBuffer changed its type, and the compiler itself is
nefariously using this undocumented interface. Since 5.02.2 must be
compilable with both 5.02.1 and 5.02.2, we have to export the original
fillReadBuffer, and rename the new one to something else
(fillReadBuffer_new) internally.
Revision Changes Path
1.16.2.3 +8 -5 fptools/ghc/lib/std/Attic/PrelHandle.hsc
1.11.2.6 +5 -5 fptools/ghc/lib/std/Attic/PrelIO.hsc