* Sync with the trunk.

This commit is contained in:
Eelco Dolstra 2010-11-25 14:09:13 +00:00
commit 703e5a2ce2
1 changed files with 4 additions and 0 deletions

View File

@ -62,7 +62,11 @@ public:
};
#if HAVE_BOEHMGC
typedef list<DrvInfo, traceable_allocator<DrvInfo> > DrvInfos;
#else
typedef list<DrvInfo> DrvInfos;
#endif
/* If value `v' denotes a derivation, store information about the