mirror of
https://github.com/NixOS/nix
synced 2025-06-29 06:21:14 +02:00
* GCC 4.3.0 (Fedora 9) compatibility fixes. Reported by Gour and
Armijn Hemel.
This commit is contained in:
parent
9819bb20da
commit
bd955e15e1
11 changed files with 18 additions and 3 deletions
|
@ -83,7 +83,7 @@ Hash compressHash(const Hash & hash, unsigned int newSize);
|
|||
HashType parseHashType(const string & s);
|
||||
|
||||
|
||||
typedef union Ctx;
|
||||
union Ctx;
|
||||
|
||||
class HashSink : public Sink
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue