[project @ 2002-03-12 15:28:25 by simonmar]
authorsimonmar <unknown>
Tue, 12 Mar 2002 15:28:25 +0000 (15:28 +0000)
committersimonmar <unknown>
Tue, 12 Mar 2002 15:28:25 +0000 (15:28 +0000)
commita03714e25d9205790bad4ef32f546c626f3a5c18
treeacb4090adb38823b1f938dcbf54d0c98d35d2fec
parent5eedab2c787043421b8b86e8f8f26c7404340229
[project @ 2002-03-12 15:28:25 by simonmar]
Add a magic number to the beginning of interface files (0x1face :-) to
avoid trying to read old text-style interfaces as binary (the usual
result is an attempt to allocate a ByteArray larger than the available
memory size and an obscure crash).
ghc/compiler/utils/Binary.hs